diff options
| author | Mark Otto <[email protected]> | 2013-08-18 23:08:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 23:08:57 -0700 |
| commit | 2e962e6599b230aaaa8dc1f3f88473c465f84366 (patch) | |
| tree | 64cde55b7a928be16c5c9311c558584b8ab8a724 | |
| parent | 1b97f2a16e6994bb7d9d764d7cbfa99ad6ab7ac5 (diff) | |
| download | bootstrap-2e962e6599b230aaaa8dc1f3f88473c465f84366.tar.xz bootstrap-2e962e6599b230aaaa8dc1f3f88473c465f84366.zip | |
give some more space on that janky docs navbar fix
| -rw-r--r-- | assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index ef35d29c2..01f920f95 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -501,7 +501,7 @@ h1[id], h2[id], h3[id] { padding-top: 80px; - margin-top: -80px; + margin-top: -70px; } |
