diff options
| author | Jacob Thornton <[email protected]> | 2011-09-10 14:52:45 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-10 14:52:45 -0700 |
| commit | a8d447582741486e66a6a073015a9e9bd431af29 (patch) | |
| tree | ea1bbf4de26ad7960c38cfeaa4d140609913b3a7 /docs/assets/css/docs.css | |
| parent | 39fc13093eb90ffcc047cbb7ab5f3b5b9ff3294f (diff) | |
| download | bootstrap-a8d447582741486e66a6a073015a9e9bd431af29.tar.xz bootstrap-a8d447582741486e66a6a073015a9e9bd431af29.zip | |
adds twipsy js to regular index for positioning
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 536446c23..187fc7984 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -46,7 +46,7 @@ section > .row { font-weight: bold; } #masthead { - margin-top: 40px; + padding-top: 40px; } #masthead h1, #masthead p { @@ -175,6 +175,7 @@ section > .row { box-shadow: 0 1px 2px rgba(0,0,0,.075); } .diagram { + height: 140px; padding: 4px; } .mini-layout { |
