Difference between revisions of "MediaWiki:Common.css"

From Dharma Pearls Wiki
 
(6 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
}
 
}
  
.translation > td {
+
table.translation tr {
 
     vertical-align: top;
 
     vertical-align: top;
 
}
 
}

Latest revision as of 10:30, 15 July 2021

/* CSS placed here will be applied to all skins */
table.translation {
    border: 0;
    line-height: 20px;
    max-width: 900px;
    border-spacing: 10px;
}

table.translation tr {
    vertical-align: top;
}

tr.heading > td {
    font-size: 1.2em;
    text-align: center;
}

tr.subheading > td {
    text-align: center;
    font-weight: bold;
}