aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-07-23 00:46:15 +0200
committerLars Hjemli <hjemli@gmail.com>2007-07-23 00:47:18 +0200
commitf405d0bf75427c627778027e9900359335d6774e (patch)
tree2db75faf97df382edc7667cd8cd06e833361a937 /cgit.css
parentcgit_print_snapshot_links: use url to specify snapshot name (diff)
downloadcgit-f405d0bf75427c627778027e9900359335d6774e.tar.xz
cgit-f405d0bf75427c627778027e9900359335d6774e.zip
Add support for line number in url fragment
With this change, urls like http://hjemli.net/git/cgit/tree/ui-tree.c#43 can be used to jump directly to the specified line number. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 43a40a3..54bbfcc 100644
--- a/cgit.css
+++ b/cgit.css
@@ -212,6 +212,15 @@ table.blob td.no {
text-align: right;
}
+table.blob td.no a {
+ color: black;
+}
+
+table.blob td.no a:hover {
+ color: black;
+ text-decoration: none;
+}
+
table.blob td.txt {
white-space: pre;
font-family: monospace;