2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

button group sizes for ie7 fixes

This commit is contained in:
Mark Otto
2012-03-12 12:44:47 -07:00
parent e12c66aabe
commit 7f3a2b3813
6 changed files with 87 additions and 14 deletions
+4
View File
@@ -180,4 +180,8 @@ input[type="submit"].btn {
*padding-top: 3px;
*padding-bottom: 3px;
}
&.btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
}
}