diff options
| author | Mark Otto <[email protected]> | 2012-11-30 14:45:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 14:45:25 -0800 |
| commit | b0e2b5813db753bdfa3ee018ccdd73e78a69457e (patch) | |
| tree | 817eae216acdf4986a59137da9aa65a6764fbd88 /less/responsive-navbar.less | |
| parent | 7a3d15eb210cc9343875760bfa575a9273244ed3 (diff) | |
| download | bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.tar.xz bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.zip | |
more consistent variable naming patterns
Diffstat (limited to 'less/responsive-navbar.less')
| -rw-r--r-- | less/responsive-navbar.less | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/less/responsive-navbar.less b/less/responsive-navbar.less index 6e76d7ed1..e0c0df6b1 100644 --- a/less/responsive-navbar.less +++ b/less/responsive-navbar.less @@ -19,10 +19,10 @@ position: static; } .navbar-fixed-top { - margin-bottom: @base-line-height; + margin-bottom: @line-height-base; } .navbar-fixed-bottom { - margin-top: @base-line-height; + margin-top: @line-height-base; } .navbar-fixed-top, .navbar-fixed-bottom { @@ -48,7 +48,7 @@ // Block-level the nav .nav-collapse .nav { float: none; - margin: 0 0 (@base-line-height / 2); + margin: 0 0 (@line-height-base / 2); } .nav-collapse .nav > li { float: none; @@ -75,7 +75,7 @@ .nav-collapse .btn { padding: 4px 10px 4px; font-weight: normal; - border-radius: @baseBorderRadius; + border-radius: @border-radius-base; } .nav-collapse .dropdown-menu li + li a { margin-bottom: 2px; @@ -133,8 +133,8 @@ .nav-collapse .navbar-form, .nav-collapse .navbar-search { float: none; - padding: (@base-line-height / 2) 15px; - margin: (@base-line-height / 2) 0; + padding: (@line-height-base / 2) 15px; + margin: (@line-height-base / 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)"); |
