A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

MediaWiki:Gadget-WatchlistChangesBold.css: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
m (1 revision: Import WatchlistChangesBold gadget)
 
(No difference)

Latest revision as of 18:26, 23 October 2012

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 * Display pages on your watchlist that have changed since your last visit in '''bold'''.
 */

.mw-special-Watchlist #mw-watchlist-resetbutton {
    display: block !important;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
    font-weight: bold !important;
}