diff options
author | Lars Hjemli | 2009-01-27 22:42:03 +0100 |
---|---|---|
committer | Lars Hjemli | 2009-01-27 22:47:24 +0100 |
commit | 236665d70d142dcb822efce84c3021dd6ac5df13 (patch) | |
tree | 8dfc252fde435ffdd4ce9eb71cc51bb733f18a6c /cgit.css | |
parent | Add decorations to commit pages (diff) | |
download | cgit-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.css | 5 |
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 | |||
499 | div.commit-subject a { | ||
500 | margin-left: 1em; | ||
501 | font-size: 75%; | ||
502 | } | ||