summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/style.css b/style.css
index 701e8ad..8fcf30c 100644
--- a/style.css
+++ b/style.css
@@ -21,6 +21,15 @@ a:hover {
text-decoration: underline;
}
+#blob a {
+ color: #777;
+}
+
+#blob a:hover {
+ color: blue;
+ text-decoration: none;
+}
+
table thead td {
font-weight: bold;
}
@@ -29,10 +38,14 @@ table td {
padding: 0 0.4em;
}
-#content table tr:hover td {
+#log tr:hover td, #files tr:hover td {
background-color: #eee;
}
+td.num {
+ text-align: right;
+}
+
.desc {
color: #777;
}