aboutsummaryrefslogtreecommitdiffstats
path: root/style.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update styleHEADmasterDejavu Moe2023-05-141-0/+14
|
* add dark mode support for the example stylesheetHiltjo Posthuma2022-03-191-0/+48
|
* style.css: improve contrastHiltjo Posthuma2020-11-151-3/+3
| | | | | | https://webaim.org/resources/contrastchecker/?fcolor=555555&bcolor=FFFFFF Patch by Augustin Fabre <[email protected]> and adapted.
* style.css: highlight anchor ids, useful for linking highlighting lines in a diffHiltjo Posthuma2019-12-291-0/+4
|
* style: keep default browser style for links, except patch chunksHiltjo Posthuma2018-12-251-5/+4
| | | | | | This is almost always an underline. This improves accessibility. Remove underline for patch chunks for readability.
* in the diffstat prefix the type of change, allow CSS stylingHiltjo Posthuma2018-11-181-0/+2
|
* style.css: improve compatibility with older browsers, namely dilloHiltjo Posthuma2018-01-201-0/+5
|
* Sort style.css in alphabetical orderAaron Marcher2017-11-251-2/+2
|
* optimization: read stats once and remember itHiltjo Posthuma2016-04-301-0/+2
| | | | | | | | | 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 ;)).
* submodule supportHiltjo Posthuma2016-04-291-4/+0
| | | | | | | - 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.
* make submodule link black, easier to readHiltjo Posthuma2016-04-291-1/+1
| | | | this is also the same color as a bare repo without a link.
* Don't fail on submodulesz3bra2016-04-291-0/+4
| | | | | | | | | | 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.
* Choose better colors for the diff pageFRIGN2016-03-011-3/+3
| | | | | This makes it easier to read on the light background and is not as straining in the eyes.
* style: vertical-align header textHiltjo Posthuma2016-01-061-0/+3
|
* style.css: wrap description text, nowrap for restHiltjo Posthuma2016-01-061-0/+9
| | | | vertical align to the top of the cell, this makes it scale better to some smaller screens
* style: darkblue for hunk like cgit, hunk line is now a linkHiltjo Posthuma2016-01-051-4/+10
|
* index: highlight row on mouseoverHiltjo Posthuma2015-12-261-1/+1
|
* style.css: maximize contrast for textHiltjo Posthuma2015-12-201-1/+1
|
* Line numbers on blob pagesEivind Uggedal2015-12-101-1/+14
|
* Make border solidFRIGN2015-12-091-1/+1
|
* Simplify diff markupEivind Uggedal2015-12-091-7/+3
| | | | | Remove <span> for inserted/deleted lines and use the <a> for coloring.
* Simplify style and make output more legibleEivind Uggedal2015-12-091-13/+18
| | | | | | | | | | | - 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.
* Add preFRIGN2015-12-081-0/+21
| | | | Actually, we still have <pre>.
* Refactor style.cssFRIGN2015-12-081-29/+3
| | | | We have no <pre> anymore.
* prettificationHiltjo Posthuma2015-12-071-3/+3
|
* logo is 32x32Hiltjo Posthuma2015-12-071-0/+1
|
* style: center menu and make title smallerHiltjo Posthuma2015-12-071-2/+2
|
* highlight/make bold some fieldsHiltjo Posthuma2015-12-071-0/+4
|
* style.css: improve style, add highlight colors for diffHiltjo Posthuma2015-12-071-1/+40
|
* style.css: sane styleHiltjo Posthuma2015-12-051-8/+8
|
* initial insertionHiltjo Posthuma2015-12-041-0/+23