1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02: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

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;
}