Difference between revisions of "MediaWiki:Common.css"

From GRFSpecs
Jump to navigationJump to search
m (test with tables)
(No difference)

Revision as of 21:36, 12 June 2011

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

/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    text-align: left;
}
 
/* lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    text-align: left;
}

.wikitable {
    border: 3
}