Template:PNT table/styles.css

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
/* Style for Template:PNT table */

table.pnt {
    margin:1em 0.5em 0.5em 1em;
    display: inline-block;
    font-size:90%; 
    max-height: 24em;
    overflow-y: auto;
}

/* Col 2 & 3 are numeric data columns (category counts) */
table.pnt > tbody > tr > td:nth-child(2), 
table.pnt > tbody > tr > td:nth-child(3) {
    text-align: right; 
    padding-right: 2em;
}