diff options
author | June McEnroe <june@causal.agency> | 2021-02-04 22:33:50 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-04 22:33:50 +0000 |
commit | a989bfeff3e00a713b3e52ac0d548594fc74d3f8 (patch) | |
tree | 0e617d2ddd8c89c0be948285e92a54f0e91ee099 /www/git.causal.agency/custom.css | |
parent | Use owner-filter for repo page headers (diff) | |
download | src-a989bfeff3e00a713b3e52ac0d548594fc74d3f8.tar.gz src-a989bfeff3e00a713b3e52ac0d548594fc74d3f8.zip |
Use owner-filter to add Liberapay donation buttons
Diffstat (limited to '')
-rw-r--r-- | www/git.causal.agency/custom.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css index a84111ac..3bc61c90 100644 --- a/www/git.causal.agency/custom.css +++ b/www/git.causal.agency/custom.css @@ -17,6 +17,9 @@ div#cgit { div#cgit table#header td.sub { border-top: none; } +div#cgit table#header td.sub.right { + padding-right: 1em; +} div#cgit table.tabs { border-bottom: none; } |