4space.css

text/css

Filename: 4space.css
Type: text/css
Part: 0
Message: Re: Having postgresql.org link to cgit instead of gitweb
/* 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;
}