diff options
| author | Mark Otto <[email protected]> | 2012-07-12 13:50:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 13:50:27 -0700 |
| commit | c884d6eaa6bbcf4cb4d679c4d9be57d2f28ce93b (patch) | |
| tree | db20a5a8835d6436119e67f3d00b73b25d812b30 /docs/assets/css/docs.css | |
| parent | 338c7ef2b6aa62cc6b5f08f687f04eeb960719f0 (diff) | |
| download | bootstrap-c884d6eaa6bbcf4cb4d679c4d9be57d2f28ce93b.tar.xz bootstrap-c884d6eaa6bbcf4cb4d679c4d9be57d2f28ce93b.zip | |
clean up docs for subnav
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a0aca5282..148dc3f0c 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -570,6 +570,11 @@ h2 + .row { padding: 0; height: 90px; } +.bs-navbar-top-example .navbar-fixed-top, +.bs-navbar-bottom-example .navbar-fixed-bottom { + margin-left: 0; + margin-right: 0; +} .bs-navbar-top-example { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; |
