MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
width: 23%; | width: 23%; | ||
margin: 1%; | margin: 1%; | ||
border: | border: 1px; | ||
background-color: transparent; | |||
} | } | ||
Revision as of 04:44, 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: 23%;
margin: 1%;
border: 1px;
background-color: transparent;
}