aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-12 19:24:09 -0700
committerJunio C Hamano <junkio@cox.net>2006-08-12 19:24:09 -0700
commitefced1e06e475c6e7c0b1ba0eaedf7046c01cde5 (patch)
tree5f7ca67de1d6b742496e830676c95f823d724c1d /gitweb/gitweb.css
parentMerge branch 'jn/conf' (diff)
parentgitweb: blame table row no highlight fix (diff)
downloadgit-efced1e06e475c6e7c0b1ba0eaedf7046c01cde5.tar.gz
git-efced1e06e475c6e7c0b1ba0eaedf7046c01cde5.zip
Merge branch 'lt/web'
Diffstat (limited to 'gitweb/gitweb.css')
-rw-r--r--gitweb/gitweb.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index fffdb13d09..47c1ade87e 100644
--- a/gitweb/gitweb.css
+++ b/gitweb/gitweb.css
@@ -171,6 +171,10 @@ tr.dark {
background-color: #f6f6f0;
}
+tr.dark2 {
+ background-color: #f6f6f0;
+}
+
tr.dark:hover {
background-color: #edece6;
}
@@ -181,12 +185,16 @@ td {
vertical-align: top;
}
-td.link {
+td.link, td.selflink {
padding: 2px 5px;
font-family: sans-serif;
font-size: 10px;
}
+td.selflink {
+ padding-right: 0px;
+}
+
td.sha1 {
font-family: monospace;
}
@@ -196,6 +204,10 @@ td.error {
background-color: yellow;
}
+td.current_head {
+ text-decoration: underline;
+}
+
table.diff_tree span.file_status.new {
color: #008000;
}