diff options
| author | Jacob Thornton <[email protected]> | 2012-01-28 00:46:21 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-28 00:46:21 -0800 |
| commit | 81c128fd0b15157cc270c4bde33c399d65fe859d (patch) | |
| tree | 55822c47053600a5bc200c5b025f5151fa57e6d2 /less/responsive.less | |
| parent | 09df780b7512b1e501aeed3ec3463470e33952aa (diff) | |
| parent | f1851ab1338938bf6315e223789e345f20cfb4b1 (diff) | |
| download | bootstrap-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.less | 12 |
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; } } |
