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 /less/type.less | |
| parent | 269be76f4a5d8d6098bbd068b506e6bf72f23e00 (diff) | |
| download | bootstrap-508cc1fef4e11b2f985bff5bd663449676d10b0e.tar.xz bootstrap-508cc1fef4e11b2f985bff5bd663449676d10b0e.zip | |
change up list classes to use .list- prefix
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/less/type.less b/less/type.less index a95d4b983..eded998fb 100644 --- a/less/type.less +++ b/less/type.less @@ -107,15 +107,13 @@ li { } // Remove default list styles -ul.unstyled, -ol.unstyled { +.list-unstyled { margin-left: 0; list-style: none; } // Single-line list items -ul.inline, -ol.inline { +.list-inline { list-style: none; & > li { display: inline-block; |
