2,124
edits
No edit summary |
No edit summary |
||
Line 78: | Line 78: | ||
/* for links that do not need an external link icon (example is links that link back to kirbyspeedrun.com/wiki) */ | /* for links that do not need an external link icon (example is links that link back to kirbyspeedrun.com/wiki) */ | ||
.no-external-link-icon | .mw-parser-output.no-external-link-icon a.external{ | ||
background-image: none !important; | background-image: none !important; | ||
padding-right: 0px !important; | padding-right: 0px !important; | ||
Line 84: | Line 84: | ||
/* EXPERIMENTAL: Vertical Align on Wikitable Class */ | /* EXPERIMENTAL: Vertical Align on Wikitable Class */ | ||
.wikitable { | tbody.wikitable { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |