1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 23:30:04 +02:00

fixes #4512: improved borders on navbars

This commit is contained in:
Mark Otto
2012-08-26 23:23:47 -07:00
parent f15eb7b499
commit 1b8f4f5bc5
2 changed files with 11 additions and 8 deletions

View File

@@ -4258,9 +4258,12 @@ input[type="submit"].btn.btn-mini {
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner,
.navbar-static-top .navbar-inner {
border: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,