Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Mark commits with no "previous" in 'blame' view
[gitweb.git]
/
gitweb
/
gitweb.css
diff --git
a/gitweb/gitweb.css
b/gitweb/gitweb.css
index d05bc376463c3412f50f299949fb836aee5c12da..47633376d1af3ac4345ced69560416d43f3a4c1f 100644
(file)
--- a/
gitweb/gitweb.css
+++ b/
gitweb/gitweb.css
@@
-242,6
+242,11
@@
tr.dark:hover {
background-color: #edece6;
}
+tr.boundary td.sha1,
+tr.no-previous td.linenr {
+ font-weight: bold;
+}
+
td {
padding: 2px 5px;
font-size: 100%;
@@
-262,7
+267,7
@@
td.sha1 {
font-family: monospace;
}
-
td
.error {
+.error {
color: red;
background-color: yellow;
}