mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
refactor list-inlineto toavoid tag selectors & child selectors
This commit is contained in:
parent
bfa392b097
commit
63ea4a38f8
@ -101,13 +101,13 @@ mark,
|
||||
.list-inline {
|
||||
@include list-unstyled;
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
> li {
|
||||
.list-inline-item {
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
// Horizontal description lists w/ grid classes
|
||||
.dl-horizontal {
|
||||
|
Loading…
x
Reference in New Issue
Block a user