MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Planetmaker (talk | contribs) m and no cell padding |
Planetmaker (talk | contribs) m nor padding |
||
| Line 9: | Line 9: | ||
table.wikitable td, table.wikitable th { |
table.wikitable td, table.wikitable th { |
||
border: 1px solid #ddd; |
border: 1px solid #ddd; |
||
padding: |
padding: 0px; |
||
cellpadding: 0px; |
cellpadding: 0px; |
||
cellspacing: 0px; |
cellspacing: 0px; |
||
Revision as of 23:44, 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;
}
table.wikitable td, table.wikitable th {
border: 1px solid #ddd;
padding: 0px;
cellpadding: 0px;
cellspacing: 0px;
}
/* lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
text-align: left;
}