aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-19 23:50:41 -0700
committerMark Otto <[email protected]>2011-10-19 23:50:41 -0700
commitb62475a22ef15b53a8401cfcc093375cb84e7528 (patch)
tree19b7246b0d5f45a93e60c4e8550c26ba06529f3b /bootstrap.css
parent35793d98e70e0c3b2c34fa51cca946374e782cce (diff)
downloadbootstrap-b62475a22ef15b53a8401cfcc093375cb84e7528.tar.xz
bootstrap-b62475a22ef15b53a8401cfcc093375cb84e7528.zip
updated fluid example to not use floated sidebar and instead use position absolute; not ideal, but it works in most cases
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css13
1 files changed, 4 insertions, 9 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 274a81671..af27abd2e 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -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 Oct 19 23:10:57 PDT 2011
+ * Date: Wed Oct 19 23:49:47 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).
@@ -201,7 +201,6 @@ body {
display: table;
content: "";
zoom: 1;
- *display: inline;
}
.container:after {
clear: both;
@@ -217,13 +216,14 @@ body {
display: table;
content: "";
zoom: 1;
- *display: inline;
}
.container-fluid:after {
clear: both;
}
.container-fluid > .sidebar {
- float: left;
+ position: absolute;
+ top: 0;
+ left: 20px;
width: 220px;
}
.container-fluid > .content {
@@ -259,7 +259,6 @@ a:hover {
display: table;
content: "";
zoom: 1;
- *display: inline;
}
.row:after {
clear: both;
@@ -598,7 +597,6 @@ form .clearfix:before, form .clearfix:after {
display: table;
content: "";
zoom: 1;
- *display: inline;
}
form .clearfix:after {
clear: both;
@@ -1612,7 +1610,6 @@ a.menu:after, .dropdown-toggle:after {
display: table;
content: "";
zoom: 1;
- *display: inline;
}
.tabs:after, .pills:after {
clear: both;
@@ -2199,7 +2196,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
display: table;
content: "";
zoom: 1;
- *display: inline;
}
.modal-footer:after {
clear: both;
@@ -2398,7 +2394,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
display: table;
content: "";
zoom: 1;
- *display: inline;
}
.media-grid:after {
clear: both;