2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

move things around

Moved alerts, badges, button groups, buttons, carousel, close to
variables.less and customize.html
This commit is contained in:
syed
2013-07-28 17:32:08 +05:00
parent c947ab1c9a
commit 1aedb7862c
8 changed files with 1489 additions and 1433 deletions
+2 -2
View File
@@ -117,11 +117,11 @@
}
// Carets in other button sizes
.btn-large .caret {
border-width: 5px;
border-width: @btn-large-caret-border-width;
}
// Upside down carets for .dropup
.dropup .btn-large .caret {
border-bottom-width: 5px;
border-bottom-width: @btn-large-caret-border-width;
}