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:
+2
-4
@@ -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