djcev.com

//

Git Repos / blogofile_gitview / css / style.css

Last update to this file was on 2021-08-01 at 20:14.

Show style.css

/* syntax highlight block stuff */
div.syntax_highlight { line-height: normal; white-space: pre-wrap;
word-wrap: break-word; counter-reset: lineno; }
span[id^='ln-']:before { color: #8c8c8c; text-align: right;
counter-increment: lineno; content: counter(lineno);
padding: 0 0.625em 0 0; width: 2.125em; display: inline-block; }
/* gitview commit list, diff list, and file list */
section.changelist, section.commits, section.diff, section.files,
section.repolist, section.branches, section.tags {
font-family: 'Inconsolata', monospace; font-size: 1em; }
.commdate, .filemode, .reponame, .branchauth, .tagauth, .cstatus {
padding: 0 0.5em 0 0.5em; }
.commauth, .branchname, .tagname, .cadd { padding: 0 0.25em 0 0.5em; }
.commcha, .commins, .repoauth { padding: 0 0.25em 0 0.25em; }
.commdel, .filesize, .repodate, .branchlast, .taglast, .cdel {
padding: 0 0.5em 0 0.25em; }
.commdate, .commauth, .commcha, .commins, .commdel, .filemode, .filesize,
.reponame, .repoauth, .repodate, .branchname, .branchlast, .branchauth,
.tagname, .taglast, .tagauth, .cstatus, .cadd, .cdel {
vertical-align: top; white-space: nowrap; }
.filename, .commmesg, .repodesc, .tagsummary, .branchsummary { width: 100%; }
.cadd, .cdel, .commauth, .commcha, .commins, .commdel, .filesize, .repoauth,
.repodate, .tagauth, .branchauth { text-align: right; }

Return to the top of this page or return to the overview of this repo.

Log style.css

Date Commit Message Author + -
2021-08-01 Add missing stats to templates, change tag check cev +13 -7
2021-07-31 Implement branches & tags, various other changes cev +8 -8
2021-07-25 Initial commit cev +17  

Return to the top of this page or return to the overview of this repo.