diff options
| author | Mark Otto <[email protected]> | 2012-11-04 12:36:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-04 12:36:37 -0800 |
| commit | 28da31218fc5dc39ece625705c37b8c86d494801 (patch) | |
| tree | fd83bf046a15afbe269d893f73aa0ce79ca1ce6d /docs/assets/css/bootstrap.css | |
| parent | 68f26d959f97c761206bf5f6f808e6199d620ca2 (diff) | |
| download | bootstrap-28da31218fc5dc39ece625705c37b8c86d494801.tar.xz bootstrap-28da31218fc5dc39ece625705c37b8c86d494801.zip | |
Refine new inline list option
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 35cfe8240..b2675f640 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -816,33 +816,14 @@ ol.unstyled { ul.inline, ol.inline { - *zoom: 1; -} - -ul.inline:before, -ol.inline:before, -ul.inline:after, -ol.inline:after { - display: table; - line-height: 0; - content: ""; -} - -ul.inline:after, -ol.inline:after { - clear: both; + list-style: none; } ul.inline > li, ol.inline > li { - float: left; - margin-right: 14px; - margin-left: 12px; -} - -ul.unstyled.inline > li, -ol.unstyled.inline > li { - padding-left: 0; + display: inline-block; + padding-right: 5px; + padding-left: 5px; } dl { |
