2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

rename -horizontal and -vertical vars to -x and -y for consistency

This commit is contained in:
Mark Otto
2015-06-22 16:33:17 -07:00
parent 96e7ceed90
commit 4565281df3
6 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -136,12 +136,12 @@
}
// Carets in other button sizes
.btn-lg .caret {
border-width: $caret-width-large $caret-width-large 0;
border-width: $caret-width-lg $caret-width-lg 0;
border-bottom-width: 0;
}
// Upside down carets for .dropup
.dropup .btn-lg .caret {
border-width: 0 $caret-width-large $caret-width-large;
border-width: 0 $caret-width-lg $caret-width-lg;
}