mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
remove margin on .inline lists
This commit is contained in:
Vendored
+1
@@ -816,6 +816,7 @@ ol.unstyled {
|
|||||||
|
|
||||||
ul.inline,
|
ul.inline,
|
||||||
ol.inline {
|
ol.inline {
|
||||||
|
margin-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ ol.unstyled {
|
|||||||
// Single-line list items
|
// Single-line list items
|
||||||
ul.inline,
|
ul.inline,
|
||||||
ol.inline {
|
ol.inline {
|
||||||
|
margin-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
& > li {
|
& > li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Reference in New Issue
Block a user