/* postgresql.org specific CSS to set 4 space tabs */
div#cgit table.diff td,
div#cgit table.blob td.lines {
    tab-size: 4;
    -moz-tab-size: 4;
}
