MediaWiki:Common.css: Difference between revisions

115 bytes added ,  09:24, 18 October 2023
add rules for nested <i>s
(.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; }