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

Fixing inline lists for IE7

This commit is contained in:
Nikhil Dabas
2013-02-02 02:04:30 +05:30
parent 7d655c3549
commit b7b2e4f8a1
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -125,6 +125,7 @@ ol.inline {
list-style: none;
> li {
display: inline-block;
.ie7-inline-block();
padding-left: 5px;
padding-right: 5px;
}