diff options
| author | Mark Otto <[email protected]> | 2014-05-03 18:50:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-03 18:50:28 -0700 |
| commit | bae289d1fe59d1c403b1a4fceaea6379f6008a2a (patch) | |
| tree | cc58870c8415ade442efe5f41c6d21dee2349a24 /docs/assets/css/_src/docs.css | |
| parent | 348e7a011a624bc48983be337c9f5fd723318aaf (diff) | |
| parent | 485b7d09409fec261f8f15cf018c9166fbd0d4d2 (diff) | |
| download | bootstrap-bae289d1fe59d1c403b1a4fceaea6379f6008a2a.tar.xz bootstrap-bae289d1fe59d1c403b1a4fceaea6379f6008a2a.zip | |
Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docs
Fixed navbar radius of example at docs
Diffstat (limited to 'docs/assets/css/_src/docs.css')
| -rw-r--r-- | docs/assets/css/_src/docs.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/assets/css/_src/docs.css b/docs/assets/css/_src/docs.css index 095759899..bbc3ff669 100644 --- a/docs/assets/css/_src/docs.css +++ b/docs/assets/css/_src/docs.css @@ -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 */ |
