diff options
| author | Mark Otto <[email protected]> | 2011-08-21 17:06:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-21 17:06:37 -0700 |
| commit | 254e70550e2e10372736939702ee77072884bde2 (patch) | |
| tree | 37e72bf716480d20886e03aa0565a03451733eb2 /docs | |
| parent | 6db39d0ec3b48e299f8ced16e06bfa9e912b6be6 (diff) | |
| download | bootstrap-254e70550e2e10372736939702ee77072884bde2.tar.xz bootstrap-254e70550e2e10372736939702ee77072884bde2.zip | |
remove 60px top margin on body and tweak a few other things
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 243130e01..2d17370c2 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -44,7 +44,7 @@ section { font-weight: bold; } #masthead { - margin-top: -20px; + margin-top: 40px; } #masthead h1, #masthead p { |
