]> git.0d.be Git - panikweb.git/commitdiff
don't underline items in lists
authorFrédéric Péters <fpeters@0d.be>
Mon, 25 May 2015 15:14:39 +0000 (17:14 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 25 May 2015 15:14:39 +0000 (17:14 +0200)
panikweb_templates/static/css/specifics.css

index 277dc564c0308ca892266f336caf520a5dcb93fe..9c823b81d2b3d2795d889a1effa2f98705674836 100644 (file)
@@ -1241,6 +1241,10 @@ ul.newsSpecial{
        text-decoration: underline;
 }
 
+#fiber-content ul.list a {
+       text-decoration: none;
+}
+
 #fiber-content a:hover {
        text-decoration: none;
 }