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

Fixed navbar radius of example at docs

This commit is contained in:
Daijiro Wachi 2014-04-26 02:04:07 +09:00
parent e0d1e406d3
commit 485b7d0940
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