about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli2009-01-27 22:42:03 +0100
committerLars Hjemli2009-01-27 22:47:24 +0100
commit236665d70d142dcb822efce84c3021dd6ac5df13 (patch)
tree8dfc252fde435ffdd4ce9eb71cc51bb733f18a6c /cgit.css
parentAdd decorations to commit pages (diff)
downloadcgit-236665d70d142dcb822efce84c3021dd6ac5df13.tar.gz
cgit-236665d70d142dcb822efce84c3021dd6ac5df13.zip
cgit.css: minor adjustment of commit decorations
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index f19446d..be3b1d0 100644 --- a/cgit.css +++ b/cgit.css
@@ -495,3 +495,8 @@ a.deco {
495 background-color: #ff8888; 495 background-color: #ff8888;
496 border: solid 1px #770000; 496 border: solid 1px #770000;
497} 497}
498
499div.commit-subject a {
500 margin-left: 1em;
501 font-size: 75%;
502}