aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-20 12:20:22 -0700
committerMark Otto <[email protected]>2012-08-20 12:20:22 -0700
commit58dd1f20aeee82d29693f731844a00cb9c5e4328 (patch)
tree55cd399b0ee67f39188dd7ce4e5c65a0cc12a644 /docs
parent6cf3752b9be2ad4f4804fc974d465e0f897a63df (diff)
downloadbootstrap-58dd1f20aeee82d29693f731844a00cb9c5e4328.tar.xz
bootstrap-58dd1f20aeee82d29693f731844a00cb9c5e4328.zip
fix vertical button-groups in ie7
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 364509eca..20a43ccbd 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3516,6 +3516,10 @@ input[type="submit"].btn.btn-mini {
.btn-group-vertical {
display: inline-block;
+ *display: inline;
+ /* IE7 inline-block hack */
+
+ *zoom: 1;
}
.btn-group-vertical .btn {