2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

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
+2 -4
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;