diff options
| author | Mark Otto <[email protected]> | 2011-09-16 09:41:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-16 09:41:58 -0700 |
| commit | b188c0da8b51cd18d6fa3fa958e823a318ba5f10 (patch) | |
| tree | d4f657b0b07ed108ec94099a9d1cbd69b700284a /docs/assets/css | |
| parent | dcf6a051e71f73c6f53f36f4a3a9420535f70e42 (diff) | |
| download | bootstrap-b188c0da8b51cd18d6fa3fa958e823a318ba5f10.tar.xz bootstrap-b188c0da8b51cd18d6fa3fa958e823a318ba5f10.zip | |
updated table styles a bit and floated the fluid columns to clear the row dropping problem we were having
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 37e18c8e4..cb1dbb2f7 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -22,6 +22,7 @@ section > .row { /* Jumbotrons -------------------------------------------------- */ .jumbotron { + min-width: 940px; padding-top: 40px; } .jumbotron .inner { @@ -98,6 +99,7 @@ section > .row { -------------------------------------------------- */ .footer { background-color: #eee; + min-width: 940px; padding: 30px 0; text-shadow: 0 1px 0 #fff; border-top: 1px solid #e5e5e5; |
