mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
Add ol.unstyled
This commit is contained in:
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@@ -374,7 +374,8 @@ ol {
|
|||||||
li {
|
li {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
ul.unstyled {
|
ul.unstyled,
|
||||||
|
ol.unstyled {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
@@ -110,7 +110,8 @@ ol {
|
|||||||
li {
|
li {
|
||||||
line-height: @baseLineHeight;
|
line-height: @baseLineHeight;
|
||||||
}
|
}
|
||||||
ul.unstyled {
|
ul.unstyled,
|
||||||
|
ol.unstyled {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user