1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02: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

View File

@@ -835,8 +835,10 @@ ol.inline {
ul.inline > li,
ol.inline > li {
display: inline-block;
*display: inline;
padding-right: 5px;
padding-left: 5px;
*zoom: 1;
}
dl {