Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-Colortable.css: Difference between revisions

MediaWiki interface page
(fix for citizen changes (hopefully))
(i don't think this padding rule is necessary anymore?)
 
Line 33: Line 33:
--blue: var(--blue-d);
--blue: var(--blue-d);
--yellow: var(--yellow-d);
--yellow: var(--yellow-d);
}
body.skin-citizen .colortable td {
padding: 10px; /* default padding is 10px 20px 10px 0 but it looks weird with bg colors */
}
}