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

initial pass at removing navbar-inner from .navbar component

This commit is contained in:
Mark Otto
2012-09-25 22:48:02 -07:00
parent f12946be5a
commit c59e5251e1
15 changed files with 604 additions and 727 deletions
+3 -3
View File
@@ -24,8 +24,8 @@
.navbar-fixed-bottom {
margin-top: @baseLineHeight;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
.navbar-fixed-top,
.navbar-fixed-bottom {
padding: 5px;
}
.navbar .container {
@@ -154,7 +154,7 @@
// STATIC NAVBAR
// -------------
.navbar-static .navbar-inner {
.navbar-static {
padding-left: 10px;
padding-right: 10px;
}