MediaWiki:Common.css: Difference between revisions

The "Watch" button in the drop-down menu next to "View History" has been broken since the move from Wikia, therefore, it might as well be hidden.
m (gallery)
(The "Watch" button in the drop-down menu next to "View History" has been broken since the move from Wikia, therefore, it might as well be hidden.)
Line 1,210: Line 1,210:
}
}


/* The "Watch" button in the drop-down menu next to "View History" has been broken since the move from Wikia, therefore, it might as well be hidden. "Unwatch" still works, and is therefore untouched (the id for "Unwatch" is "ca-unwatch"). A user's watchlist can still be edited manually at Special:Watchlist, or by clicking "Edit", checking "Watch this page", and saving (this works even without making a single edit, therefore, the edit isn't recorded in the page history anyway). */
#ca-watch{
  display:none;
}


/***********************************************************/
/***********************************************************/