Commit f328ebbc authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #6776 from ndabas/fix-inline-lists-ie7

Fix inline lists for IE7
parents 7d655c35 b7b2e4f8
Showing with 3 additions and 0 deletions
+3 -0
......@@ -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 {
......
......@@ -125,6 +125,7 @@ ol.inline {
list-style: none;
> li {
display: inline-block;
.ie7-inline-block();
padding-left: 5px;
padding-right: 5px;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment