diff options
| author | Robert Burns <[email protected]> | 2013-05-13 20:01:59 -0400 |
|---|---|---|
| committer | Robert Burns <[email protected]> | 2013-05-13 20:03:53 -0400 |
| commit | a38a3429fc132cbf3925a057db8b331db57aae87 (patch) | |
| tree | e8001e37edbec0457a154d2851aba897950d3122 | |
| parent | 8ae625626204c8a63a405a095a74cd457b7796e5 (diff) | |
| download | bootstrap-a38a3429fc132cbf3925a057db8b331db57aae87.tar.xz bootstrap-a38a3429fc132cbf3925a057db8b331db57aae87.zip | |
Fix caret position
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/button-groups.less | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 0c538b8f6..8bc5c9358 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3791,7 +3791,6 @@ button.close { } .btn .caret { - margin-top: 8px; margin-left: 0; } diff --git a/less/button-groups.less b/less/button-groups.less index bac8c06b4..f7934a328 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -114,7 +114,6 @@ // Reposition the caret .btn .caret { - margin-top: 8px; margin-left: 0; } // Carets in other button sizes |
