diff options
| author | Mark Otto <[email protected]> | 2013-01-17 00:20:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 00:20:00 -0800 |
| commit | 9374965b83e17df55cb3bb80072a297b117ec00c (patch) | |
| tree | ac726146df0c51225d4d5d0ba5bf3e4237f66d9c /docs | |
| parent | 630005687d19846620138253df0033a22cd72fb8 (diff) | |
| download | bootstrap-9374965b83e17df55cb3bb80072a297b117ec00c.tar.xz bootstrap-9374965b83e17df55cb3bb80072a297b117ec00c.zip | |
docs css cleanup
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 2aa2ec5e7..105c47d7b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -86,18 +86,8 @@ section > ul li { /* Masthead (docs home) ------------------------- */ -.masthead { - /*padding: 70px 0 80px;*/ -} .masthead h1 { - /*font-size: 120px;*/ line-height: 1; - /*letter-spacing: -2px;*/ -} -.masthead p { - /*font-size: 40px; - font-weight: 200; - line-height: 1.25;*/ } /* Textual links in masthead */ @@ -448,6 +438,7 @@ section > ul li { /* Tablets and up */ @media screen and (min-width: 768px) { + /* Account for fixed navbar */ body { padding-top: 44px; |
