Difference between revisions of "MediaWiki:Common.css"

From HeRO Wiki
Jump to: navigation, search
Line 9: Line 9:
 
{
 
{
 
background: #c6a96f;
 
background: #c6a96f;
 +
}
 +
 +
.table1 td
 +
{
 +
padding 0px 3px;
 
}
 
}

Revision as of 07:20, 14 June 2010

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

.table1
{
border: 1px solid black;
}

.table1 th
{
background: #c6a96f;
}

.table1 td
{
padding 0px 3px;
}