change up list classes to use .list- prefix

This commit is contained in:
Mark Otto
2012-11-04 12:38:35 -08:00
parent 269be76f4a
commit 508cc1fef4
4 changed files with 13 additions and 18 deletions

View File

@@ -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;