about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorJeff Smith <whydoubt@yahoo.com>2010-07-29 09:32:30 -0500
committerLars Hjemli <hjemli@gmail.com>2010-08-04 03:10:07 +0200
commit059b39344fdcde324dff1099fc4b70c7aab12a96 (patch)
tree4a12cf7645b89c06684e09a1e5dded9a5ddeae38 /cgit.css
parentcommit-links.sh: Seperate the expressions for filtering commit messages. (diff)
downloadcgit-pink-059b39344fdcde324dff1099fc4b70c7aab12a96.tar.gz
cgit-pink-059b39344fdcde324dff1099fc4b70c7aab12a96.zip
ui-commit: Display git notes when present
Signed-off-by: Jeff Smith <whydoubt@yahoo.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css18
1 files changed, 18 insertions, 0 deletions
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;