Difference between revisions of "MediaWiki:Common.css"

From HeRO Wiki
Jump to: navigation, search
(New page: CSS placed here will be applied to all skins: table1 { border: 1px solid black; })
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
table1
+
.table1
 
{
 
{
 
border: 1px solid black;
 
border: 1px solid black;
 
}
 
}

Revision as of 07:16, 14 June 2010

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

.table1
{
border: 1px solid black;
}