aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-16 09:41:58 -0700
committerMark Otto <[email protected]>2011-09-16 09:41:58 -0700
commitb188c0da8b51cd18d6fa3fa958e823a318ba5f10 (patch)
treed4f657b0b07ed108ec94099a9d1cbd69b700284a /docs/assets/css/docs.css
parentdcf6a051e71f73c6f53f36f4a3a9420535f70e42 (diff)
downloadbootstrap-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/docs.css')
-rw-r--r--docs/assets/css/docs.css2
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;