MediaWiki:Common.css: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
(Created page with "→‎CSS (cascading stylesheets) placed here will be applied to all skins.: cite.u { font-style: normal; text-decoration: underline; }")
 
No edit summary
Line 2: Line 2:


cite.u { font-style: normal; text-decoration: underline; }
cite.u { font-style: normal; text-decoration: underline; }
strong.u { text-decoration: underline; font-weight: normal; }

Revision as of 2023-08-30T08:41:17

/* CSS (cascading stylesheets) placed here will be applied to all skins. */

cite.u { font-style: normal; text-decoration: underline; }
strong.u { text-decoration: underline; font-weight: normal; }