MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
table.FrontPage td | table.FrontPage td | ||
{ | { | ||
width: | width: auto; | ||
border: 0px; | |||
border: | |||
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;
}