Difference between revisions of "MediaWiki:Common.css"

From Wiki.OSArch
(Created page with "→‎CSS placed here will be applied to all skins: table.gallery { width: 100%; } table.gallery td { width: 20%; } table.gallery td img { width: 100%; }")
 
m
Line 2: Line 2:
 
table.gallery { width: 100%; }
 
table.gallery { width: 100%; }
 
table.gallery td { width: 20%; }
 
table.gallery td { width: 20%; }
table.gallery td img { width: 100%; }
+
table.gallery td img { width: 100%; height: auto; }

Revision as of 22:59, 23 August 2020

/* CSS placed here will be applied to all skins */
table.gallery { width: 100%; }
table.gallery td { width: 20%; }
table.gallery td img { width: 100%; height: auto; }