summaryrefslogtreecommitdiff
path: root/style.css
AgeCommit message (Collapse)Author
2020-10-17Test new column width cssBenjamin Chausse
2020-10-17Update cssBenjamin Chausse
2020-10-17Initial CommitBenjamin Chausse
2020-09-10Improve directory navigation UXOscar Benedito
Current directory path is now shown and navigation to parent directory has been added. The style for directory entries has changed to diferentiate from files.
2020-08-19All elements to 800pxOscar Benedito
2020-08-11Design changesOscar Benedito
2020-08-11Add about page for repos with REAMDEOscar Benedito
This commits adds a new dependency: md4c (https://github.com/mity/md4c). Now stagit will generate an about page for each repo with a README, converting it to HTML if it is a Markdown file.
2020-07-30Change appearence of stagit-indexOscar Benedito
2020-07-30Added contributing informationOscar Benedito
2020-07-30Add my assetsOscar Benedito
2019-12-29style.css: highlight anchor ids, useful for linking highlighting lines in a diffHiltjo Posthuma
2018-12-25style: keep default browser style for links, except patch chunksHiltjo Posthuma
This is almost always an underline. This improves accessibility. Remove underline for patch chunks for readability.
2018-11-18in the diffstat prefix the type of change, allow CSS stylingHiltjo Posthuma
2018-01-20style.css: improve compatibility with older browsers, namely dilloHiltjo Posthuma
2017-11-25Sort style.css in alphabetical orderAaron Marcher
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