Commit bae289d1 authored by Mark Otto's avatar Mark Otto

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

Fixed navbar radius of example at docs
parents 348e7a01 485b7d09
...@@ -1019,12 +1019,6 @@ h1[id] { ...@@ -1019,12 +1019,6 @@ h1[id] {
.bs-navbar-bottom-example .navbar-fixed-bottom { .bs-navbar-bottom-example .navbar-fixed-bottom {
position: absolute; position: absolute;
} }
.bs-navbar-top-example {
border-radius: 0 0 4px 4px;
}
.bs-navbar-bottom-example {
border-radius: 4px 4px 0 0;
}
} }
/* Pagination */ /* Pagination */
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment