diff options
author | Jason A. Donenfeld | 2018-07-08 19:14:44 +0200 |
---|---|---|
committer | Jason A. Donenfeld | 2018-07-08 19:14:51 +0200 |
commit | 089b29a7e14f9115971ccc5c5f5713b3aff1fff6 (patch) | |
tree | 5be3214be6a37e2812d37cfab1efc71989df1951 | |
parent | cgitrc.5: add local tar signature example (diff) | |
download | cgit-089b29a7e14f9115971ccc5c5f5713b3aff1fff6.tar.gz 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
diff --git a/cgit.css b/cgit.css index 05c4530..d4aadbf 100644 --- a/cgit.css +++ b/cgit.css | |||
@@ -711,6 +711,7 @@ div#cgit a.deco { | |||
711 | 711 | ||
712 | div#cgit div.commit-subject a.branch-deco, | 712 | div#cgit div.commit-subject a.branch-deco, |
713 | div#cgit div.commit-subject a.tag-deco, | 713 | div#cgit div.commit-subject a.tag-deco, |
714 | div#cgit div.commit-subject a.tag-annotated-deco, | ||
714 | div#cgit div.commit-subject a.remote-deco, | 715 | div#cgit div.commit-subject a.remote-deco, |
715 | div#cgit div.commit-subject a.deco { | 716 | div#cgit div.commit-subject a.deco { |
716 | margin-left: 1em; | 717 | margin-left: 1em; |