Jump to content

MediaWiki:Gadget-diff red dotted border.css: Difference between revisions

From The Austrian Economics Wiki, the global repository of classical-liberal thought
Adds a red dotted border around text that has changed in diffs.
 
m 1 revision
 
(No difference)

Latest revision as of 04:20, 17 December 2013

/*   
=== WARNING: GLOBAL GADGET FILE ===
Changes to this page affect many users.
Please discuss changes on the talk page 
or on [[Wikipedia_talk:Gadget]] before editing.

Made by [[User:Davidgothberg]]

Adds a red dotted border around text that has changed in diffs.
*/

.diffchange {
    border: 1px dotted #f00;
}