1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-30 07:19:13 +02: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

View File

@@ -590,8 +590,8 @@
.navbar-fixed-bottom {
margin-top: 20px;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
.navbar-fixed-top,
.navbar-fixed-bottom {
padding: 5px;
}
.navbar .container {
@@ -711,7 +711,7 @@
.navbar .btn-navbar {
display: block;
}
.navbar-static .navbar-inner {
.navbar-static {
padding-right: 10px;
padding-left: 10px;
}