MediaWiki:Common.css: Difference between revisions

From Brilliance and Shadow Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .darkgreytable1px { border: 1px solid darkgray; }")
 
No edit summary
Line 2: Line 2:


.darkgreytable1px {
.darkgreytable1px {
border: 1px solid darkgray;
}
.darkgreytable1px td{
border: 1px solid darkgray;
border: 1px solid darkgray;
}
}

Revision as of 02:04, 4 February 2015

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

.darkgreytable1px {
border: 1px solid darkgray;
}

.darkgreytable1px td{
border: 1px solid darkgray;
}