Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-01-14 03:16:14 +0300
committerChris Rebert <code@chrisrebert.com>2016-01-14 03:16:43 +0300
commita4745dd7a1b51a47adcfe2dfb2dcd4beca476c28 (patch)
treec29d2a3832a638ef7d4685e4cda025e06b113315 /scss/_alert.scss
parent5e9b365b2533d245bc992caaad2beca4bc3d701e (diff)
Use proper units when adding/subtracting lengths
[skip sauce] [skip validator]
Diffstat (limited to 'scss/_alert.scss')
-rw-r--r--scss/_alert.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss
index b9f6c60dad..b3dcf03210 100644
--- a/scss/_alert.scss
+++ b/scss/_alert.scss
@@ -35,7 +35,7 @@
// Expand the right padding and account for the close button's positioning.
.alert-dismissible {
- padding-right: ($alert-padding + 20);
+ padding-right: ($alert-padding + 20px);
// Adjust close link position
.close {