Jump to content

MediaWiki:Gadget-shorthand.css: Difference between revisions

From Philosophical Research
correct value for display
m .longhand
Line 3: Line 3:


dl.hue .row.shorthand { display: grid; }  dl.hue .shorthand { display: inline-block; }
dl.hue .row.shorthand { display: grid; }  dl.hue .shorthand { display: inline-block; }
dl.hue .longhand  { display: none; }
dl.hue .row.longhand  { display: none; }


/* [[C:Hue configuration Gadgets]] */
/* [[C:Hue configuration Gadgets]] */

Revision as of 10:52, 21 July 2025

/* Gadget "ShorthandRows"  -  show standardized rows as shorthand variants
To use this, go to Preferences and select  gadget-ShorthandRows -   [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */

dl.hue .row.shorthand { display: grid; }  dl.hue .shorthand { display: inline-block; }
dl.hue .row.longhand  { display: none; }

/* [[C:Hue configuration Gadgets]] */