diff options
| author | Mark Otto <[email protected]> | 2012-11-04 12:38:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-04 12:38:35 -0800 |
| commit | 508cc1fef4e11b2f985bff5bd663449676d10b0e (patch) | |
| tree | 0e9ac0030b20d23ad9c4b123880dbef72cba015f /docs/assets | |
| parent | 269be76f4a5d8d6098bbd068b506e6bf72f23e00 (diff) | |
| download | bootstrap-508cc1fef4e11b2f985bff5bd663449676d10b0e.tar.xz bootstrap-508cc1fef4e11b2f985bff5bd663449676d10b0e.zip | |
change up list classes to use .list- prefix
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index fa5d69331..2860d3300 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -544,19 +544,16 @@ li { line-height: 20px; } -ul.unstyled, -ol.unstyled { +.list-unstyled { margin-left: 0; list-style: none; } -ul.inline, -ol.inline { +.list-inline { list-style: none; } -ul.inline > li, -ol.inline > li { +.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; |
