MediaWiki:Common.css: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(adding the table styles from oldwiki for prettier tables)
 
No edit summary
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */
table { margin: 0.5em 0; border-collapse: collapse; }
#bodyContent table { margin: 0.5em 0; border-collapse: collapse; }
td { padding: 0.25em; border: 1px solid #ADB9CC; }
#bodyContent td { padding: 0.25em; border: 1px solid #ADB9CC; }

Revision as of 13:34, 15 March 2009

/** CSS placed here will be applied to all skins */
#bodyContent table { margin: 0.5em 0; border-collapse: collapse; }
#bodyContent td { padding: 0.25em; border: 1px solid #ADB9CC; }