aboutsummaryrefslogtreecommitdiff
path: root/less/responsive.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-28 00:46:21 -0800
committerJacob Thornton <[email protected]>2012-01-28 00:46:21 -0800
commit81c128fd0b15157cc270c4bde33c399d65fe859d (patch)
tree55822c47053600a5bc200c5b025f5151fa57e6d2 /less/responsive.less
parent09df780b7512b1e501aeed3ec3463470e33952aa (diff)
parentf1851ab1338938bf6315e223789e345f20cfb4b1 (diff)
downloadbootstrap-81c128fd0b15157cc270c4bde33c399d65fe859d.tar.xz
bootstrap-81c128fd0b15157cc270c4bde33c399d65fe859d.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'less/responsive.less')
-rw-r--r--less/responsive.less12
1 files changed, 9 insertions, 3 deletions
diff --git a/less/responsive.less b/less/responsive.less
index 6ba31b5c9..24b58d2ab 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -56,15 +56,21 @@
// Modals
.modal {
position: absolute;
- top: 20px;
- left: 20px;
- right: 20px;
+ top: 10px;
+ left: 10px;
+ right: 10px;
width: auto;
margin: 0;
&.fade.in { top: auto; }
}
.modal-header .close {
padding: 10px;
+ margin: -10px;
+ }
+
+ // Carousel
+ .carousel-caption {
+ position: static;
}
}