diff options
| author | Nikhil Dabas <[email protected]> | 2013-02-02 02:04:30 +0530 |
|---|---|---|
| committer | Nikhil Dabas <[email protected]> | 2013-02-02 02:04:30 +0530 |
| commit | b7b2e4f8a1bda965442668869e1dc5e5118fd985 (patch) | |
| tree | 335d4b6f3da5c76ef3afb354b331b4c94467ce1e /less | |
| parent | 7d655c35494012f15bc1f9ae515e92ca4c432a66 (diff) | |
| download | bootstrap-b7b2e4f8a1bda965442668869e1dc5e5118fd985.tar.xz bootstrap-b7b2e4f8a1bda965442668869e1dc5e5118fd985.zip | |
Fixing inline lists for IE7
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less index 9afff93ac..7eabfd9ad 100644 --- a/less/type.less +++ b/less/type.less @@ -125,6 +125,7 @@ ol.inline { list-style: none; > li { display: inline-block; + .ie7-inline-block(); padding-left: 5px; padding-right: 5px; } |
