aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-04 23:10:30 -0700
committerMark Otto <[email protected]>2012-06-04 23:10:30 -0700
commitf0ff20ec40435bfffc36b11e0cdf32eae5adc6be (patch)
tree1952af66422fe7c79475cb71c0e4a36fb652a6a0 /docs/assets/css/docs.css
parent257890f8395c56e42f15fda475e6a7be8c26b9e8 (diff)
downloadbootstrap-f0ff20ec40435bfffc36b11e0cdf32eae5adc6be.tar.xz
bootstrap-f0ff20ec40435bfffc36b11e0cdf32eae5adc6be.zip
updating scaffolding page to single column
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index dce385eb6..5bdf83b2c 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -677,6 +677,13 @@ form.well {
border: 1px solid #d6e9c6;
}
+/* Grid examples
+------------------------- */
+.bs-docs-grid {
+ margin-left: -80px;
+}
+
+
/* Responsive Docs
-------------------------------------------------- */
@@ -893,4 +900,9 @@ form.well {
width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
}
+ .bs-docs-grid {
+ width: 1170px;
+ margin-left: -195px;
+ }
+
}