Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Show navbars on WikiProject banners and stub templates. */
.wpb .navbar {
	display: inline !important;
}

.stub .navbar {
	display: inline !important;
}

/* Hide rollback links by default, to be re-added by
 * User:Mr. Stradivarius/gadgets/ConfirmRollback.js.
 */
.mw-rollback-link {
	display: none;
}

/* Hide Twinkle's "restore this version" links on diff pages */
#tw-revert-to-orevision,
#tw-revert-to-nrevision {
	display: none;
}

/* Disable watchlist bolding */
.mw-changeslist-line-watched .mw-title,
.mw-enhanced-watched .mw-enhanced-rc-time {
    font-weight: normal;
}