Skip to content

Commit

Permalink
[CSS] Combined CSS selectors from #4482.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgohard committed Feb 6, 2014
1 parent cbfa459 commit f756e66
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/base/partials/_proximity.scss
Expand Up @@ -142,9 +142,11 @@
[class*=clmn-] { [class*=clmn-] {
padding-left: 1.3em; padding-left: 1.3em;
list-style: outside; list-style: outside;
} > {
[class*=clmn-] > li { li {
margin-left: 1.3em; margin-left: 1.3em;
}
}
} }


.pstn-lft-xs { .pstn-lft-xs {
Expand Down

0 comments on commit f756e66

Please sign in to comment.