MediaWiki:Common.css: Difference between revisions

(Created page with '→‎CSS placed here will be applied to all skins: table.download { border:1px solid black }')
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


table.download { border:1px solid black }
table.probdownload { border:1px solid black; }
 
*.probdownload { background-color: red; }

Latest revision as of 15:12, 19 January 2010

/* CSS placed here will be applied to all skins */

table.probdownload { border:1px solid black; }

*.probdownload { background-color: red; }