2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix vertical button-groups in ie7

This commit is contained in:
Mark Otto
2012-08-20 12:20:22 -07:00
parent 6cf3752b9b
commit 58dd1f20ae
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -214,6 +214,7 @@
.btn-group-vertical {
display: inline-block; // makes buttons only take up the width they need
.ie7-inline-block();
}
.btn-group-vertical .btn {
display: block;