static/tables.css
changeset 52 b06e34219441
parent 14 5b2cc88412f7
child 59 de6abcbd3c03
--- a/static/tables.css	Mon Jan 10 17:49:49 2011 +0200
+++ b/static/tables.css	Mon Jan 10 17:50:21 2011 +0200
@@ -55,6 +55,12 @@
     background-color: #e8e8e8;
 }
 
+/* Link to tr with URL #foo fragment */
+tr:target
+{
+    background-color: #F5F3B8;
+}
+
 td, th
 {
     border: thin solid #ffffff;