about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-08 19:14:44 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-08 19:14:51 +0200
commit089b29a7e14f9115971ccc5c5f5713b3aff1fff6 (patch)
tree5be3214be6a37e2812d37cfab1efc71989df1951
parentcgitrc.5: add local tar signature example (diff)
downloadcgit-pink-089b29a7e14f9115971ccc5c5f5713b3aff1fff6.tar.gz
cgit-pink-089b29a7e14f9115971ccc5c5f5713b3aff1fff6.zip
css: use correct size in annotated decoration
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--cgit.css1
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 {
 
 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;
bd4996f4c42c53e2211&follow=1'>Rewrite scoop(1) argument descriptionsJune McEnroe 2019-12-31Color both nicks in a changeJune McEnroe 2019-12-31Implement nick-colored outputJune McEnroe 2019-12-31Only enable highlighting on terminal outputJune McEnroe 2019-12-31Set up pager pipeJune McEnroe 2019-12-30Normalize date inputJune McEnroe Mostly this just allows the use of 'now'. 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe