mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Part 1 of unCamelCasing variables
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
.alert {
|
||||
padding: 8px 35px 8px 14px;
|
||||
margin-bottom: @baseLineHeight;
|
||||
margin-bottom: @base-line-height;
|
||||
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
||||
background-color: @warningBackground;
|
||||
border: 1px solid @warningBorder;
|
||||
@@ -28,7 +28,7 @@
|
||||
position: relative;
|
||||
top: -2px;
|
||||
right: -21px;
|
||||
line-height: @baseLineHeight;
|
||||
line-height: @base-line-height;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user