0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docs

Fixed navbar radius of example at docs
This commit is contained in:
Mark Otto 2014-05-03 18:50:28 -07:00
commit bae289d1fe
4 changed files with 9 additions and 15 deletions

View File

@ -1019,12 +1019,6 @@ h1[id] {
.bs-navbar-bottom-example .navbar-fixed-bottom {
position: absolute;
}
.bs-navbar-top-example {
border-radius: 0 0 4px 4px;
}
.bs-navbar-bottom-example {
border-radius: 4px 4px 0 0;
}
}
/* Pagination */

File diff suppressed because one or more lines are too long