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

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: h2 {text-decoration-line: underline;text-decoration-style: solid;  text-decoration-thickness: 3px;}")
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
h2 {text-decoration-line: underline;text-decoration-style: solid;  text-decoration-thickness: 3px;}
h2 { border-bottom: 2px solid black; font-size: 1.25em; }

Revision as of 21:36, 18 May 2025

/* All CSS here will be loaded for users of the Citizen skin */
h2 {  border-bottom: 2px solid black; font-size: 1.25em; }