From f31a1b5f8cf989a844b014fc6ca7828cac69b274 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 21 Aug 2009 17:56:36 +0200 Subject: [PATCH 1/1] para.css: Remove superflous '#' chars. --- web/para.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.39.2