summaryrefslogtreecommitdiff
path: root/style.css
AgeCommit message (Collapse)Author
2016-04-30optimization: read stats once and remember itHiltjo Posthuma
for an initial run and new commits this speeds stagit up a bit: on an initial run of sbase goes from about 4 seconds to 2.8 on my machine. now we can't use statsbuf, so create the stats string ourselves, while at it color the + and - using a style (can be disabled for the color-haters out there ;)).
2016-04-29submodule supportHiltjo Posthuma
- detect .gitmodules file for submodules, add a link "submodules" to the top menu. - link each submodule to the .gitmodules file in HEAD. - revert the special style for modules, but list it as a file "m---------", don't show the line/filesize though, it is not a file.
2016-04-29make submodule link black, easier to readHiltjo Posthuma
this is also the same color as a bare repo without a link.
2016-04-29Don't fail on submodulesz3bra
Submodules will get listed prefixed with a '@', using a specific CSS class for styling. The href will be set to the url of the submodule. Filesize will appear as 0 and filemode will not be printed to avoid an awkward mode: "?---------". In writefilestree, we don't return anymore if an entry can't be categorized as an object, but rather, fail if we can't retrieve its name.
2016-03-01Choose better colors for the diff pageFRIGN
This makes it easier to read on the light background and is not as straining in the eyes.
2016-01-06style: vertical-align header textHiltjo Posthuma
2016-01-06style.css: wrap description text, nowrap for restHiltjo Posthuma
vertical align to the top of the cell, this makes it scale better to some smaller screens
2016-01-05style: darkblue for hunk like cgit, hunk line is now a linkHiltjo Posthuma
2015-12-26index: highlight row on mouseoverHiltjo Posthuma
2015-12-20style.css: maximize contrast for textHiltjo Posthuma
2015-12-10Line numbers on blob pagesEivind Uggedal
2015-12-09Make border solidFRIGN
2015-12-09Simplify diff markupEivind Uggedal
Remove <span> for inserted/deleted lines and use the <a> for coloring.
2015-12-09Simplify style and make output more legibleEivind Uggedal
- Combines and removes some redundancy. - Makes <hr> softer by using dashed lines. - Removes <a> underlines since the file/log view have tons of links and reading them is a bit distracting. Underlines are added on hover. - Makes diff headers darkcyan to match the default command line colors and not conflict with new <a> style.
2015-12-08Add preFRIGN
Actually, we still have <pre>.
2015-12-08Refactor style.cssFRIGN
We have no <pre> anymore.
2015-12-07prettificationHiltjo Posthuma
2015-12-07logo is 32x32Hiltjo Posthuma
2015-12-07style: center menu and make title smallerHiltjo Posthuma
2015-12-07highlight/make bold some fieldsHiltjo Posthuma
2015-12-07style.css: improve style, add highlight colors for diffHiltjo Posthuma
2015-12-05style.css: sane styleHiltjo Posthuma
2015-12-04initial insertionHiltjo Posthuma