aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-21 15:21:18 -0800
committerMark Otto <[email protected]>2012-02-21 15:21:18 -0800
commite3ae517555fb9500493fde8efeef4a9788cd3264 (patch)
tree22363547984c560b2e66df5a3b3519fa65f19cc2 /docs/assets/css/bootstrap.css
parent8665fa8c50bf93844f692e954fd9669ba4b8bd3b (diff)
downloadbootstrap-e3ae517555fb9500493fde8efeef4a9788cd3264.tar.xz
bootstrap-e3ae517555fb9500493fde8efeef4a9788cd3264.zip
move container up in default grid mixin
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 53f93a482..e9fb04f2d 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -134,6 +134,9 @@ a:hover {
float: left;
margin-left: 20px;
}
+.container {
+ width: 940px;
+}
.span1 {
width: 60px;
}
@@ -206,9 +209,6 @@ a:hover {
.span24 {
width: 1900px;
}
-.container {
- width: 940px;
-}
.offset1 {
margin-left: 100px;
}