Difference between revisions of "MediaWiki:Monobook.css"

From BroaDWcast
Jump to navigationJump to search
(Created page with '→‎CSS placed here will affect users of the Monobook skin: table.listings { border-collapse: collapse; border: 1px solid black; background-color: #f0f0f0; } table.listing…')
(No difference)

Revision as of 16:33, 30 September 2010

/* CSS placed here will affect users of the Monobook skin */

 table.listings    { border-collapse: collapse; border: 1px solid black; background-color: #f0f0f0; }
 table.listings th { background-color: yellow; border: 1px solid black; }
 table.listings td { border-collapse: inherit; border: 1px solid black; padding: .5em .5em .5em .5em; 

}