1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

updated table styles a bit and floated the fluid columns to clear the row dropping problem we were having

This commit is contained in:
Mark Otto
2011-09-16 09:41:58 -07:00
parent dcf6a051e7
commit b188c0da8b
6 changed files with 22 additions and 22 deletions

View File

@@ -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;