2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13: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
+3 -6
View File
@@ -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;