From: Andre Noll Date: Fri, 21 Aug 2009 15:56:36 +0000 (+0200) Subject: para.css: Remove superflous '#' chars. X-Git-Tag: v0.4.0~34^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f31a1b5f8cf989a844b014fc6ca7828cac69b274;hp=b9c2428555a2a6edb038234a33e5072dc8c5ba7a;ds=sidebyside para.css: Remove superflous '#' chars. --- diff --git a/web/para.css b/web/para.css index 157cce96..f103abd3 100644 --- a/web/para.css +++ b/web/para.css @@ -93,8 +93,8 @@ A.qindexHL:visited { A.el { text-decoration: none; font-weight: bold } A.elRef { font-weight: bold } -A.code:link { text-decoration: none; font-weight: normal; color: ##BA3708} -A.code:visited { text-decoration: none; font-weight: normal; color: ##BA3708} +A.code:link { text-decoration: none; font-weight: normal; color: #BA3708} +A.code:visited { text-decoration: none; font-weight: normal; color: #BA3708} A.codeRef:link { font-weight: normal; color: #BA3708} A.codeRef:visited { font-weight: normal; color: #BA3708} A:hover { text-decoration: none; background-color: #ffff00 }