diff options
| author | Mark Otto <[email protected]> | 2012-07-12 16:16:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 16:16:06 -0700 |
| commit | 280dfda6edda74772bfd5f2b16828411e7e8c5d0 (patch) | |
| tree | 81ac72d3c67c8b94f5330761971a34695d44c807 /docs | |
| parent | c884d6eaa6bbcf4cb4d679c4d9be57d2f28ce93b (diff) | |
| download | bootstrap-280dfda6edda74772bfd5f2b16828411e7e8c5d0.tar.xz bootstrap-280dfda6edda74772bfd5f2b16828411e7e8c5d0.zip | |
docs css cleanup for spacing and stuff
Diffstat (limited to 'docs')
| -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 148dc3f0c..c3c82a659 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -602,9 +602,6 @@ form.bs-docs-example { font-size: 18px; line-height: 24px; } -.bs-docs-example li { - line-height: 18px; -} /* Tooltips */ .bs-docs-tooltip-examples { @@ -765,6 +762,9 @@ form.bs-docs-example { .masthead .btn { font-size: 24px; } + .marketing .span4 { + margin-bottom: 40px; + } .bs-docs-social { margin: 0 -20px; } |
