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.
table.persondata {display:table !important;} /* I believe this is obsolete now */

/* Per [[MediaWiki talk:Monobook.css/Archive 4#Better rendering for .diffchange in diff's...]] */
/* See also: Wikipedia:Catalogue of CSS classes, Wikipedia:Village_pump_(technical)/Archive_37#Diff coloring again */

.diffchange {padding: 0px 2px 0px 2px; border: 1px dotted red; margin: 0px 1px 0px 0px}
/* .diffchange { background-color: #002bb8; color: #fff; } */

/* Diffchange Scheme A, by Mithgol per MediaWiki_talk:Monobook.css/Archive_4 */
/* COMMENT OUT
 td.diff-deletedline span.diffchange {
    background-color: #FFD754; color:black;
 }
 
 td.diff-addedline span.diffchange {
    background-color: #73E5A1; color:black;
 }
 
 .diffchange-inline {
   border: none;
 }
 END COMMENT OUT */
 /* End Scheme A */