Difference between revisions of "MediaWiki:Common.css"

From HeRO Wiki
Jump to: navigation, search
Line 6: Line 6:
 
}
 
}
  
.table1 td
+
.table1 th
 
{
 
{
background: #330000;
+
background: #c6a96f;
 
}
 
}

Revision as of 07:19, 14 June 2010

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

.table1
{
border: 1px solid black;
}

.table1 th
{
background: #c6a96f;
}