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:
Vendored
+3
-6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user