diff options
| author | Jacob Thornton <[email protected]> | 2012-01-08 13:39:50 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-08 13:39:50 -0800 |
| commit | 93a8b331bb1e263095c4aa3fae61dea834adad86 (patch) | |
| tree | 8bf312546dafe2c5fa5fe8a86d6b2f6392b4f368 /lib/responsive.less | |
| parent | f83240a8f93349c93582a96c4f4a7541388d6a80 (diff) | |
| parent | 6226b14e3b97819119da0f026e9d3ae6dd0a31c0 (diff) | |
| download | bootstrap-93a8b331bb1e263095c4aa3fae61dea834adad86.tar.xz bootstrap-93a8b331bb1e263095c4aa3fae61dea834adad86.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.less | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/lib/responsive.less b/lib/responsive.less index e87b8495f..5131aa625 100644 --- a/lib/responsive.less +++ b/lib/responsive.less @@ -67,7 +67,6 @@ .opacity(100); content: "↓"; } - .nav:hover > li { display: block; } @@ -76,13 +75,6 @@ } } - // Resize modals - .modal { - width: auto; - margin: 0; - &.fade.in { top: auto; } - } - // Remove the horizontal form styles .horizontal-form .control-group > label { float: none; @@ -110,10 +102,12 @@ left: 20px; right: 20px; width: auto; - .close { - padding: 10px; - } + &.fade.in { top: auto; } } + .modal-header .close { + padding: 10px; + } + } |
