Skip to content

Commit

Permalink
Fixing inline lists for IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabas committed Feb 1, 2013
1 parent 7d655c3 commit b7b2e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions less/type.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ ol.inline {
list-style: none;
> li {
display: inline-block;
.ie7-inline-block();
padding-left: 5px;
padding-right: 5px;
}
Expand Down

0 comments on commit b7b2e4f

Please sign in to comment.