diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-08 19:14:44 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-08 19:14:51 +0200 |
commit | 089b29a7e14f9115971ccc5c5f5713b3aff1fff6 (patch) | |
tree | 5be3214be6a37e2812d37cfab1efc71989df1951 | |
parent | 22583c4992852fff08559c35fde7bf6f673d1644 (diff) | |
download | cgit-089b29a7e14f9115971ccc5c5f5713b3aff1fff6.tar.gz cgit-089b29a7e14f9115971ccc5c5f5713b3aff1fff6.tar.bz2 cgit-089b29a7e14f9115971ccc5c5f5713b3aff1fff6.zip |
css: use correct size in annotated decoration
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | cgit.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -711,6 +711,7 @@ div#cgit a.deco { div#cgit div.commit-subject a.branch-deco, div#cgit div.commit-subject a.tag-deco, +div#cgit div.commit-subject a.tag-annotated-deco, div#cgit div.commit-subject a.remote-deco, div#cgit div.commit-subject a.deco { margin-left: 1em; |