1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 02:24:19 +02:00

Merge pull request #7872 from burnsra/3.0.0-wip-caret

Fix caret position
This commit is contained in:
Mark Otto
2013-05-13 17:21:05 -07:00
2 changed files with 0 additions and 2 deletions

View File

@@ -3791,7 +3791,6 @@ button.close {
} }
.btn .caret { .btn .caret {
margin-top: 8px;
margin-left: 0; margin-left: 0;
} }

View File

@@ -114,7 +114,6 @@
// Reposition the caret // Reposition the caret
.btn .caret { .btn .caret {
margin-top: 8px;
margin-left: 0; margin-left: 0;
} }
// Carets in other button sizes // Carets in other button sizes