aboutsummaryrefslogtreecommitdiff
path: root/lib/responsive.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-07 10:56:28 -0800
committerJacob Thornton <[email protected]>2012-01-07 10:56:28 -0800
commit402c4800970e179b5c804b4964c51661ed02603c (patch)
treea63e809cb182b47a521f7a1c68601b3051f1fa8b /lib/responsive.less
parentfbb42ccbbbfcab985a2c588532511f4af324ebc1 (diff)
parentb6d50c892d6ae8ed42ff0bfbba4252c7dc47417e (diff)
downloadbootstrap-402c4800970e179b5c804b4964c51661ed02603c.tar.xz
bootstrap-402c4800970e179b5c804b4964c51661ed02603c.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib/responsive.less')
-rw-r--r--lib/responsive.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/responsive.less b/lib/responsive.less
index fe2b7cd49..7856121be 100644
--- a/lib/responsive.less
+++ b/lib/responsive.less
@@ -22,6 +22,7 @@
.modal {
width: auto;
margin: 0;
+ &.fade.in { top: auto; }
}
// Remove the horizontal form styles
@@ -205,6 +206,9 @@
.container {
width: @siteWidth;
}
+ .row {
+ margin-left: @gridGutterWidth * -1;
+ }
[class*="span"] {
margin-left: @gridGutterWidth;
}
@@ -238,4 +242,4 @@
.offset12 { .offset(12); }
}
-*/
+*/ \ No newline at end of file