MediaWiki:Gadget-shorthand.css: Difference between revisions
Appearance
style |
correct value for display |
||
Line 2: | Line 2: | ||
To use this, go to Preferences and select gadget-ShorthandRows - [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */ | To use this, go to Preferences and select gadget-ShorthandRows - [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */ | ||
dl.hue .shorthand { display: block; } | dl.hue .row.shorthand { display: grid; } dl.hue .shorthand { display: inline-block; } | ||
dl.hue .longhand { display: none; } | dl.hue .longhand { display: none; } | ||
/* [[C:Hue configuration Gadgets]] */ | /* [[C:Hue configuration Gadgets]] */ |
Revision as of 10:47, 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 .longhand { display: none; }
/* [[C:Hue configuration Gadgets]] */