A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!
MediaWiki:Gadget-fixedWidthToggle.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/**Credits to Minecraft Wiki for code: https://minecraft.wiki/w/MediaWiki:Gadget-fixedWidthToggle.css**/
#pt-fw-disable a,
#pt-fw-enable a {
width: 14px;
height: 14px;
background-size: 14px 14px;
display: block;
margin-bottom: 0;
}
#pt-fw-enable a {
background-image: url('/mediawiki/images/8/8d/Fixed_width_on.png');
}
#pt-fw-disable a {
background-image: url('/mediawiki/images/a/a3/Fixed_width_off.png');
}