MediaWiki:Common.css: Difference between revisions
mNo edit summary |
No more gray backgrounds behind pictures |
||
| Line 19: | Line 19: | ||
{ | { | ||
display: block; font-weight: normal; font-size: normal; | display: block; font-weight: normal; font-size: normal; | ||
} | |||
/* No gray background behind pictures | |||
html.skin-theme-clientpref-night .mw-parser-output > figure[typeof='mw:File'] img | |||
{ | |||
background-color: transparent; | |||
} | } | ||