aboutsummaryrefslogtreecommitdiff
path: root/lib/responsive.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-02 16:04:35 -0800
committerJacob Thornton <[email protected]>2012-01-02 16:04:35 -0800
commitf8c0efbcb45ba81204488b398d1d8ef2950850c6 (patch)
treed41b2270d570ac0ee684664f84c53a1379fcfff1 /lib/responsive.less
parent2d092dfeea969d82bc55a153c6a597a3e87a0a03 (diff)
parent553030ca7de8dac3c5180629ff84fa14173513ab (diff)
downloadbootstrap-f8c0efbcb45ba81204488b398d1d8ef2950850c6.tar.xz
bootstrap-f8c0efbcb45ba81204488b398d1d8ef2950850c6.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts: bootstrap.css
Diffstat (limited to 'lib/responsive.less')
-rw-r--r--lib/responsive.less14
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/responsive.less b/lib/responsive.less
index c74f6b98e..fe2b7cd49 100644
--- a/lib/responsive.less
+++ b/lib/responsive.less
@@ -43,6 +43,18 @@
.horizontal-form .form-actions {
padding-left: 0;
}
+
+ // Modals
+ .modal {
+ position: fixed;
+ top: 20px;
+ left: 20px;
+ right: 20px;
+ width: auto;
+ .close {
+ padding: 10px;
+ }
+ }
}
@@ -60,7 +72,7 @@
margin-left: 0;
}
// Make all columns even
- [class*="span"] {
+ .row > [class*="span"] {
float: none;
display: block;
width: auto;