User:Bbb23/common.css

From Wikipedia, the free encyclopedia
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.
/* To make the edit button stay to the right */
span.mw-editsection { float:right;}
/* fix bold watchlist problem */
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title { font-weight: normal; }
/* eliminate Search box when looking at deleted contributions */
.mw-special-DeletedContributions .mw-htmlform-ooui-wrapper {display: none;}
/* eliminate other edits link tag from contribution list, watchlist */
.mw-tag-other-edits {
	display:none;
}
/* hide buttons to switch between source and visual when clicking on diff/prev */
.ve-init-mw-diffPage-diffMode {
    display: none;
}