aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-01 12:55:48 -0700
committerMark Otto <[email protected]>2013-04-01 12:55:48 -0700
commiteac987c0d2bdb93ea4c916d52f38655bcc5e1255 (patch)
treee17a4a66d7e01bdb9d05e96b360cbb2b82bf55a7 /docs/assets
parenta0726e605f0fdf5bbe83c149b18b4b238dbc61d8 (diff)
downloadbootstrap-eac987c0d2bdb93ea4c916d52f38655bcc5e1255.tar.xz
bootstrap-eac987c0d2bdb93ea4c916d52f38655bcc5e1255.zip
only negative indent nested grid rows; add new grid example
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/bootstrap.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 76b5ec31d..7f498b0c5 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -757,11 +757,6 @@ pre code {
clear: both;
}
-.row {
- margin-right: -15px;
- margin-left: -15px;
-}
-
.row:before,
.row:after {
display: table;
@@ -782,6 +777,11 @@ pre code {
clear: both;
}
+.row .row {
+ margin-right: -15px;
+ margin-left: -15px;
+}
+
[class*="col-span-"] {
position: relative;
min-height: 1px;