MediaWiki:Common.css: Difference between revisions

From MZXWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: table.FrontPage { width: 100%; margin: 1em auto 1em auto; border: 0px; } table.FrontPage td { width: 200px; border:...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
table.FrontPage td
table.FrontPage td
{
{
  width: 200px;
   border: 0px;
   border: 0px;
  background-color: transparent;
}
}

Latest revision as of 20:53, 1 February 2013

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

table.FrontPage
{
  width: 100%;
  margin: 1em auto 1em auto;
  border: 0px;
}

table.FrontPage td
{
  border: 0px;
  background-color: transparent;
}