aboutsummaryrefslogtreecommitdiff
path: root/lib/responsive.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-08 13:21:44 -0800
committerMark Otto <[email protected]>2012-01-08 13:21:44 -0800
commitcb9be7bd0cde19b3b401d2dcdfb6162dd00b5ab5 (patch)
treeefdfe38dfa890565116a6f6566d2ee3e269cbb36 /lib/responsive.less
parent1ef9cbc6e4b2a002eea4515f3779318f2ee60666 (diff)
downloadbootstrap-cb9be7bd0cde19b3b401d2dcdfb6162dd00b5ab5.tar.xz
bootstrap-cb9be7bd0cde19b3b401d2dcdfb6162dd00b5ab5.zip
clean up dup css in responsive, fix navbar dropdown caret
Diffstat (limited to 'lib/responsive.less')
-rw-r--r--lib/responsive.less16
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: "&darr;";
}
-
.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;
+ }
+
}