MediaWiki:Common.css: Difference between revisions

From Brilliance and Shadow Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


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


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


.darkgreytable1px td{
.darkgreytable1px td{
border: 1px solid darkgray;
vertical-align: bottom;
}
}

Revision as of 02:08, 4 February 2015

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

.darkgreytable1px {
border: 1px solid darkgray;
}

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

.darkgreytable1px td{
vertical-align: bottom;
}