summary refs log tree commit diff
path: root/www/git.causal.agency/custom.css (follow)
Commit message (Collapse)AuthorAge
* Fix nested Bl-compact CSS rulesJune McEnroe2021-10-15
|
* Use owner-filter to add Liberapay donation buttonsJune McEnroe2021-02-04
|
* Remove cgit logo using cgitrcJune McEnroe2021-02-04
| | | | | It's not documented that you can set logo to empty string to remove it, I just noticed by reading print_header.
* Switch git.causal.agency to hilex and htagmlJune McEnroe2021-01-13
| | | | Still missing a shell lexer in hilex, but well... it's shell.
* Enable toc in cgit renderings of man pagesJune McEnroe2020-09-12
| | | | | | | | But keep it disabled for READMEs since they always use non-standard sections and the TOC is just distracting there, I think. Also add the style so its h1 is the same size as the ones inside sections...
* Style %T outside of Rs in italicJune McEnroe2020-02-27
|
* Add margin to Bl-bullet itemsJune McEnroe2020-02-11
|
* Set Bl -column tables to 100% widthJune McEnroe2020-01-08
|
* Don't add dt margins to Bl-compact listsJune McEnroe2020-01-08
|
* Use mandoc -T html for about-filterJune McEnroe2020-01-08
| | | | | | This also makes source-filter show mdoc source again and removes the dependency on ttpre entirely. I copied in the inline stylesheet mandoc outputs without -O fragment and added some customizations.
* Add license header to cgit CSSJune McEnroe2019-12-22
| | | | As requested. Funny that its license header capitalizes You.
* Hide line numbers when rendering mdocJune McEnroe2019-12-18
| | | | | | Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table.
* Customize cgit CSSJune McEnroe2019-12-18
|
* Add git.causal.agency cgit configJune McEnroe2019-12-18