Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Show "no difference" message for empty diff
[gitweb.git]
/
gitweb
/
gitweb.css
diff --git
a/gitweb/gitweb.css
b/gitweb/gitweb.css
index 7177c6e86b8e8c3dc1e5d0db4bce4122cbe2430a..2b023bd98a2def18f8a91c95b14fb5aadcbf9a0c 100644
(file)
--- a/
gitweb/gitweb.css
+++ b/
gitweb/gitweb.css
@@
-107,7
+107,7
@@
span.age {
font-style: italic;
}
-
div.page_body
span.signoff {
+span.signoff {
color: #888888;
}
@@
-387,6
+387,10
@@
div.diff.incomplete {
color: #cccccc;
}
+div.diff.nodifferences {
+ font-weight: bold;
+ color: #600000;
+}
div.index_include {
border: solid #d9d8d1;