diff options
| author | Mark Otto <[email protected]> | 2011-08-20 18:58:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 18:58:12 -0700 |
| commit | 72899a4ee8f9c3b75ba5e015d6c88f5154705c62 (patch) | |
| tree | 50011d3c606f5acf755f7eddcdb3e2261016b95f /docs/assets/css/docs.css | |
| parent | 261a473a72b321b827e3e4cf55167a761af1916b (diff) | |
| download | bootstrap-72899a4ee8f9c3b75ba5e015d6c88f5154705c62.tar.xz bootstrap-72899a4ee8f9c3b75ba5e015d6c88f5154705c62.zip | |
updated docs to fix inconsistent display of code elements, update scaffolding to fix padding issue on fluid containers, add placeholder hero unit in patterns for future use, continue to refactor some rgba to hex values
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 7345a3244..ede141ce5 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -44,7 +44,7 @@ section { font-weight: bold; } #masthead { - margin-top: 40px; + margin-top: -20px; } #masthead h1, #masthead p { @@ -131,8 +131,8 @@ div.quickstart form textarea { /* Special grid styles -------------------------------------------------- */ .show-grid { - margin-top: 20px; - margin-bottom: 20px; + margin-top: 10px; + margin-bottom: 10px; } .show-grid .column, .show-grid .columns { background-color: #eee; |
