Adds a link to ->baseurl on the title of the NL, and fixes a display issue on Mail...
[platal.git] / htdocs / css / nl.css
index 481fcbf..0b338aa 100644 (file)
@@ -59,6 +59,20 @@ div.nl div.title {
     background-position : 0.5ex 0ex;
 }
 
+div.nl div.title a {
+    color : #fff;
+    background-color : transparent;
+    text-decoration : none;
+    background-image: none;
+}
+
+div.nl div.title a:hover {
+    color : #fff;
+    background-color : transparent;
+    text-decoration : none;
+    background-image: none;
+}
+
 div.nl div.intro {
     margin : 4ex 3ex;
 }