Difference between revisions of "MediaWiki:Common.css"

From Herocopia
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: table.infobox { float: right; height: auto; width: 260px; text-align: left; border-top: thin solid black; border-bott...")
 
Line 5: Line 5:
 
  float: right;
 
  float: right;
 
  height: auto;
 
  height: auto;
  width: 260px;
+
  width: 370px;
 
  text-align: left;
 
  text-align: left;
 
  border-top: thin solid black;
 
  border-top: thin solid black;
 
  border-bottom: thin solid black;
 
  border-bottom: thin solid black;
  padding: 0.25em 0em 0.25em 0.25em;
+
  padding: 0.2em 0.4em;
  margin: 0em 0em 0.25em 0.5em;
+
  margin: 0em;
 
  vertical-align: top;
 
  vertical-align: top;
 
}
 
}

Revision as of 11:14, 23 June 2013

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

table.infobox
{
 float: right;
 height: auto;
 width: 370px;
 text-align: left;
 border-top: thin solid black;
 border-bottom: thin solid black;
 padding: 0.2em 0.4em;
 margin: 0em;
 vertical-align: top;
}