mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02:00
refactor list-inlineto toavoid tag selectors & child selectors
This commit is contained in:
@@ -101,12 +101,12 @@ mark,
|
||||
.list-inline {
|
||||
@include list-unstyled;
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
> li {
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.list-inline-item {
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
// Horizontal description lists w/ grid classes
|
||||
|
Reference in New Issue
Block a user