Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template:PNT table/styles.css

From Wikipedia, the free encyclopedia
/* 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;
}