mod_http_muc_log: (template) Remove duplicate CSS property
authorKim Alvefur <zash@zash.se>
Sat, 20 Dec 2014 21:56:13 +0100
changeset 1589 0da51b825263
parent 1588 b5f9f1111a8b
child 1590 fbb4cd2922a1
mod_http_muc_log: (template) Remove duplicate CSS property
mod_http_muc_log/http_muc_log.html
--- a/mod_http_muc_log/http_muc_log.html	Sat Dec 20 16:07:50 2014 +0100
+++ b/mod_http_muc_log/http_muc_log.html	Sat Dec 20 21:56:13 2014 +0100
@@ -5,7 +5,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>{title}</title>
 <style>
-:link,:visited{text-decoration:none;color:#2e3436;text-decoration:none;}
+:link,:visited{color:#2e3436;text-decoration:none;}
 :link:hover,:visited:hover{color:#3465a4;}
 body{background-color:#eeeeec;margin:1ex 0;padding-bottom:3em;font-family:Arial,Helvetica,sans-serif;}
 ul,ol{padding:0;}