2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+3 -3
View File
@@ -33,17 +33,17 @@ body {
}
// TODO in v2: rename this and .popover .content to be more specific
> .content {
float: left;
min-width: 700px;
max-width: 1180px;
margin-left: 240px;
.clearfix();
margin-left: 20px;
}
}
// Toggling content
.hide {
display: none;
}
.show {
display: block;
}