From 059b39344fdcde324dff1099fc4b70c7aab12a96 Mon Sep 17 00:00:00 2001 From: Jeff Smith Date: Thu, 29 Jul 2010 09:32:30 -0500 Subject: ui-commit: Display git notes when present Signed-off-by: Jeff Smith Signed-off-by: Lars Hjemli --- cgit.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 6e47eb3..3675697 100644 --- a/cgit.css +++ b/cgit.css @@ -326,6 +326,24 @@ div.commit-msg { font-family: monospace; } +div.notes-header { + font-weight: bold; + padding-top: 1.5em; +} + +div.notes { + white-space: pre; + font-family: monospace; + border: solid 1px #ee9; + background-color: #ffd; + padding: 0.3em 2em 0.3em 1em; + float: left; +} + +div.notes-footer { + clear: left; +} + div.diffstat-header { font-weight: bold; padding-top: 1.5em; -- cgit 1.4.1 option> IRC client
summary refs log tree commit diff
Commit message (Expand)Author
2018-09-11Don't render every PM as a pingJune McEnroe
2018-09-11Add urlOpenMatchJune McEnroe
2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe
2018-09-10Set LESSSECURE=1 in man.shJune McEnroe
2018-09-10Add /man commandJune McEnroe
2018-09-10Install man page in chrootJune McEnroe
2018-09-10Install man pageJune McEnroe
2018-09-10Split keys into subsections and document colorsJune McEnroe
2018-09-10Add "blank" lines to chatte.1June McEnroe
2018-09-10Document key bindings in chatte.1June McEnroe
2018-09-08Document slash commands in chatte.1June McEnroe