748
edits
(.float-right) |
(add rules for nested <i>s) |
||
Line 154: | Line 154: | ||
.float-right > :first-child { margin-top: 0; } | .float-right > :first-child { margin-top: 0; } | ||
.float-right > :last-child { margin-bottom: 0; } | .float-right > :last-child { margin-bottom: 0; } | ||
i > i { font-style: normal; } | |||
i > i > i { font-style: italic; } | |||
i > i > i > i { font-style: normal; } |