aboutsummaryrefslogtreecommitdiff
path: root/lib/responsive.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-22 15:49:42 -0700
committerMark Otto <[email protected]>2011-10-22 15:49:42 -0700
commitd4675bf4ef8019fc80e3b6816d3597c07cde81df (patch)
tree3e935ce414bab4e55f1f9dac1e6fe0eea58ebd61 /lib/responsive.less
parent80332e8340dfdb9d73caa682016746823b9d0d82 (diff)
downloadbootstrap-d4675bf4ef8019fc80e3b6816d3597c07cde81df.tar.xz
bootstrap-d4675bf4ef8019fc80e3b6816d3597c07cde81df.zip
updating the docs to include more responsive fixes, adding rows to the responsive changes as well to undo negative margin
Diffstat (limited to 'lib/responsive.less')
-rw-r--r--lib/responsive.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/responsive.less b/lib/responsive.less
index a1a33164f..6cacccad9 100644
--- a/lib/responsive.less
+++ b/lib/responsive.less
@@ -12,6 +12,10 @@
width: auto;
padding: 0 10px;
}
+ // Undo negative margin on rows
+ .row {
+ margin-left: 0;
+ }
// Make all columns even
[class*="span"] {
float: none;
@@ -57,6 +61,10 @@
width: auto;
padding: 0 10px;
}
+ // Undo negative margin on rows
+ .row {
+ margin-left: 0;
+ }
// Make all columns even
[class*="span"] {
float: none;