MediaWiki:Common.css: Difference between revisions
m css hackjob to fix chrome putting subsections vertically next to infobox on mobile size |
m add hover for see more collapsible in incomplete template |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/*see more collapsible in incomplete template*/ | |||
@media (hover: hover) { | |||
#learn-more-toggle:hover { | |||
text-decoration: underline; | |||
} | |||
} | |||
/*css hackjob to fix chrome putting subsections vertically next to infobox on mobile size*/ | /*css hackjob to fix chrome putting subsections vertically next to infobox on mobile size*/ | ||
.mw-parser-output :is(h1,h2,h3,h4,h5,h6) { | .mw-parser-output :is(h1,h2,h3,h4,h5,h6) { |