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

use collapse in dropdown js example

This commit is contained in:
fat
2013-06-27 18:47:35 -07:00
parent 296b9d7293
commit 94761c2216
2 changed files with 41 additions and 37 deletions
+1 -4
View File
@@ -691,8 +691,6 @@ pre {
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
@@ -706,7 +704,6 @@ pre.prettyprint {
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
@@ -1540,7 +1537,7 @@ textarea::-webkit-input-placeholder {
// Move the options list down to align with labels
.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top: 5px; // has to be padding because margin collaspes
padding-top: 5px; // has to be padding because margin collapses
}
*/