diff options
| author | Mark Otto <[email protected]> | 2013-02-01 13:04:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-01 13:04:17 -0800 |
| commit | f328ebbc73c31c4b934e6399e2f4997caa834d15 (patch) | |
| tree | 335d4b6f3da5c76ef3afb354b331b4c94467ce1e /docs | |
| parent | 7d655c35494012f15bc1f9ae515e92ca4c432a66 (diff) | |
| parent | b7b2e4f8a1bda965442668869e1dc5e5118fd985 (diff) | |
| download | bootstrap-f328ebbc73c31c4b934e6399e2f4997caa834d15.tar.xz bootstrap-f328ebbc73c31c4b934e6399e2f4997caa834d15.zip | |
Merge pull request #6776 from ndabas/fix-inline-lists-ie7
Fix inline lists for IE7
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c0c5ac91e..ca9c699b6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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 { |
