2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

clean up dup css in responsive, fix navbar dropdown caret

This commit is contained in:
Mark Otto
2012-01-08 13:21:44 -08:00
parent 1ef9cbc6e4
commit cb9be7bd0c
7 changed files with 31 additions and 32 deletions
+5 -11
View File
@@ -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;
}
}