From 47187b33be1c3de43fbed6f350ab05bc978aacd0 Mon Sep 17 00:00:00 2001 From: Johan Herland Date: Fri, 18 Jun 2010 17:56:11 +0200 Subject: Fix style of commit-filter links in commit-subject. When using the commit-filter functionality to add e.g. bug tracker links to commit messages, the style of those links is mangled by a CSS directive that is meant to only apply to decorations that are listed on the commit-subject line. Fix this directive to only apply to the decorations. Signed-off-by: Johan Herland Signed-off-by: Lars Hjemli --- cgit.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index 0cb894a..6198403 100644 --- a/cgit.css +++ b/cgit.css @@ -525,7 +525,10 @@ a.deco { border: solid 1px #770000; } -div.commit-subject a { +div.commit-subject a.branch-deco, +div.commit-subject a.tag-deco, +div.commit-subject a.remote-deco, +div.commit-subject a.deco { margin-left: 1em; font-size: 75%; } -- cgit v1.2.3-59-g8ed1b