Commit 0bfbf144 authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip

parents 8f0bc9e7 f328ebbc
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