169
edits
m (Hacky fix to annoying white space) |
(still trying to fix white space) |
||
Line 1: | Line 1: | ||
/*Custom NARA CSS*/ | /*Custom NARA CSS*/ | ||
p:has(br:only-child) { | div.mw-parser-output p:has(br:only-child) { | ||
display: none; | display: none; | ||
} | |||
div.mw-parser-output p:empty { | |||
display: none; | |||
} | } | ||