aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.1.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-25 22:44:23 -0700
committerMark Otto <[email protected]>2011-08-25 22:44:23 -0700
commit7d821f18acf04cddd1067ee612773ce2f98cb4ac (patch)
treef5178b9dcac1468a2a530c3c67b043bf03bf65ec /bootstrap-1.1.0.css
parentce615d016a8ac380dae871358cfc7e745b5e20c2 (diff)
downloadbootstrap-7d821f18acf04cddd1067ee612773ce2f98cb4ac.tar.xz
bootstrap-7d821f18acf04cddd1067ee612773ce2f98cb4ac.zip
resolve issue #87 in this branch
Diffstat (limited to 'bootstrap-1.1.0.css')
-rw-r--r--bootstrap-1.1.0.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap-1.1.0.css b/bootstrap-1.1.0.css
index f06827bc5..e97f2fc89 100644
--- a/bootstrap-1.1.0.css
+++ b/bootstrap-1.1.0.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: Thu Aug 25 22:35:30 PDT 2011
+ * Date: Thu Aug 25 22:44:09 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).
@@ -315,26 +315,26 @@ body {
color: #808080;
text-rendering: optimizeLegibility;
}
-div.container {
+.container {
width: 940px;
margin: 0 auto;
}
-div.container-fluid {
+.container-fluid {
padding: 0 20px;
zoom: 1;
}
-div.container-fluid:before, div.container-fluid:after {
+.container-fluid:before, .container-fluid:after {
display: table;
content: "";
}
-div.container-fluid:after {
+.container-fluid:after {
clear: both;
}
-div.container-fluid div.sidebar {
+.container-fluid .sidebar {
float: left;
width: 220px;
}
-div.container-fluid div.content {
+.container-fluid .content {
min-width: 700px;
max-width: 1180px;
margin-left: 240px;