MediaWiki:Common.css: Difference between revisions
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 difference)
|
Revision as of 04:39, 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: 200px;
border: 0px;
}