mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-05 19:45:13 -05:00
change up list classes to use .list- prefix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user