MediaWiki:Common.css: Difference between revisions

From MZXWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
table.FrontPage td
table.FrontPage td
{
{
   width: 23%;
   width: auto;
  margin: 1%;
   border: 0px;
   border: 1px;
   background-color: transparent;
   background-color: transparent;
}
}

Revision as of 04:47, 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
{
  width: auto;
  border: 0px;
  background-color: transparent;
}