aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorEivind Uggedal <[email protected]>2015-12-10 22:24:18 +0000
committerHiltjo Posthuma <[email protected]>2015-12-10 23:29:49 +0100
commit0a4451bc150154cfb0390f242860d4b66930e1bd (patch)
treebf5d18a6116893130d82bf255c37455abc7c9acd /style.css
parent3f77fb211d696b8d768fdd1f0a015cde3faa6cfe (diff)
downloadstagit-0a4451bc150154cfb0390f242860d4b66930e1bd.tar.gz
stagit-0a4451bc150154cfb0390f242860d4b66930e1bd.zip
Line numbers on blob pages
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;
}