mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +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:
Vendored
+6
-12
@@ -6,7 +6,7 @@
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Wed Sep 14 08:56:48 PDT 2011
|
||||
* Date: Thu Sep 15 09:29:41 PDT 2011
|
||||
*/
|
||||
/* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
@@ -226,19 +226,10 @@ body {
|
||||
width: 220px;
|
||||
}
|
||||
.container-fluid > .content {
|
||||
float: left;
|
||||
min-width: 700px;
|
||||
max-width: 1180px;
|
||||
margin-left: 240px;
|
||||
zoom: 1;
|
||||
}
|
||||
.container-fluid > .content:before, .container-fluid > .content:after {
|
||||
display: table;
|
||||
content: "";
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
}
|
||||
.container-fluid > .content:after {
|
||||
clear: both;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.hide {
|
||||
display: none;
|
||||
@@ -1101,6 +1092,9 @@ table {
|
||||
margin-bottom: 18px;
|
||||
padding: 0;
|
||||
border-collapse: separate;
|
||||
*border-collapse: collapse;
|
||||
/* IE7, collapse table to remove spacing */
|
||||
|
||||
font-size: 13px;
|
||||
border: 1px solid #ddd;
|
||||
-webkit-border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user