Difference between revisions of "MediaWiki:Common.css"

From Investigations
(Created page with "CSS placed here will be applied to all skins: Taxobox Template: table.infobox { background: none repeat scroll 0 0 #F9F9F9; border: 1px solid #AAAAAA; clear: ...")
 
(No difference)

Latest revision as of 10:43, 8 May 2013

/* CSS placed here will be applied to all skins */
/*Taxobox Template*/
table.infobox {
   background: none repeat scroll 0 0 #F9F9F9;
   border: 1px solid #AAAAAA;
   clear: right;
   color: black;
   float: right;
   margin: 0.5em 0 0.5em 1em;
   padding: 0.2em;
}