From ef2dc552b298e5c65db8fbe5ff1c375e50d0f057 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 11 Jan 2009 11:16:18 +0000 Subject: ui-log: show name-decorations in log output Commits are now decorated with a clickable 'label' for each ref pointing at it, similar to how gitweb and gitk displays commit decorations. Signed-off-by: Lars Hjemli --- (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 7928c2f..f19446d 100644 --- a/cgit.css +++ b/cgit.css @@ -471,3 +471,27 @@ div.footer { font-size: 80%; color: #ccc; } +a.branch-deco { + margin: 0px 0.5em; + padding: 0px 0.25em; + background-color: #88ff88; + border: solid 1px #007700; +} +a.tag-deco { + margin: 0px 0.5em; + padding: 0px 0.25em; + background-color: #ffff88; + border: solid 1px #777700; +} +a.remote-deco { + margin: 0px 0.5em; + padding: 0px 0.25em; + background-color: #ccccff; + border: solid 1px #000077; +} +a.deco { + margin: 0px 0.5em; + padding: 0px 0.25em; + background-color: #ff8888; + border: solid 1px #770000; +} -- cgit v0.9.0.2