From Fedora Project Wiki
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS to make Template:Wiki_cleanup work properly */ .wikicleanup { background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png"); background-repeat: repeat; } /* Fix floats on edit toolbar */ #toolbar, #wpTextbox1 { clear: none; } /******************* ** other languages ** shamelessly stolen from meta.wikimedia.org's common.css *******************/ #otherlangs { margin:0.5em 0; padding:5px; border:1px solid #CCC; background:#FAFAFA; font-size:0.9em; } #otherlangs span { margin:0 2px; padding-left:2px; border-left:1px solid gray; } #otherlangs span.firstlang { border:none; } #otherlangs .new a { color: #ba0000 !important; }