2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Part 1 of unCamelCasing variables

This commit is contained in:
Mark Otto
2012-11-30 14:37:24 -08:00
parent fe8061b84e
commit 7a3d15eb21
31 changed files with 191 additions and 196 deletions
+5 -5
View File
@@ -19,10 +19,10 @@
position: static;
}
.navbar-fixed-top {
margin-bottom: @baseLineHeight;
margin-bottom: @base-line-height;
}
.navbar-fixed-bottom {
margin-top: @baseLineHeight;
margin-top: @base-line-height;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
@@ -48,7 +48,7 @@
// Block-level the nav
.nav-collapse .nav {
float: none;
margin: 0 0 (@baseLineHeight / 2);
margin: 0 0 (@base-line-height / 2);
}
.nav-collapse .nav > li {
float: none;
@@ -133,8 +133,8 @@
.nav-collapse .navbar-form,
.nav-collapse .navbar-search {
float: none;
padding: (@baseLineHeight / 2) 15px;
margin: (@baseLineHeight / 2) 0;
padding: (@base-line-height / 2) 15px;
margin: (@base-line-height / 2) 0;
border-top: 1px solid @navbarBackground;
border-bottom: 1px solid @navbarBackground;
.box-shadow(~"inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)");