MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 612: | Line 612: | ||
.poem .ekatra-right-author + br { | .poem .ekatra-right-author + br { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Hide empty paragraphs generated after right author blocks */ | |||
.ekatra-right-author + p:empty, | |||
.ekatra-right-author + p > br:only-child, | |||
.ekatra-right-author + p { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
line-height: 0 !important; | |||
} | } | ||