Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 15248 invoked from network); 29 Nov 2008 19:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2008 19:08:55 -0000 Received: (qmail 92829 invoked by uid 500); 29 Nov 2008 19:09:06 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 92815 invoked by uid 500); 29 Nov 2008 19:09:06 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 92802 invoked by uid 99); 29 Nov 2008 19:09:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Nov 2008 11:09:06 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dirk.frederickx@gmail.com designates 209.85.200.175 as permitted sender) Received: from [209.85.200.175] (HELO wf-out-1314.google.com) (209.85.200.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Nov 2008 19:07:36 +0000 Received: by wf-out-1314.google.com with SMTP id 27so2031583wfd.21 for ; Sat, 29 Nov 2008 11:08:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=6mHC+KDnJgie3k73LGJk2cawCrGo/7v+qVoj7CjbqMQ=; b=nFxd9TWkqx9fp+oRfHBUiLjdsLEtrOwwUd8TgrAOPdheQgMJBAt9gf6v7lpbQVWd4S 0Lw1hpZlWfJWRTQxIAYjFsWU7YQduJVSaZppSC+ThisIcWS76jAHXCesopYRl6Watja3 ixFgbQeQwzsq5ZpIbRFm/UXnzR3rvnfQnSokY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=G49sPrhJHrOIr9B6avS+MFkZNFOZ3at5q1+ZpGJ9RIZTmg1MAx9lBOKwFl+0ngk4xJ 2TrVz1pd82W4gUAMMkCdDK+zAYGLgeAcX1L2f2JSZAbkaBwfYjl2X/lLRKceOBcQlKSG ur80bwUlyQ6WGCr9jYMlI4ZkNBM/JjQ2cckeo= Received: by 10.142.102.5 with SMTP id z5mr3808259wfb.334.1227985703498; Sat, 29 Nov 2008 11:08:23 -0800 (PST) Received: by 10.143.63.5 with HTTP; Sat, 29 Nov 2008 11:08:23 -0800 (PST) Message-ID: <15cc92000811291108iaa476aeq4170c5dba618d6ae@mail.gmail.com> Date: Sat, 29 Nov 2008 20:08:23 +0100 From: "Dirk Frederickx" To: jspwiki-user@incubator.apache.org Subject: Re: Hashlinks appear on sections In-Reply-To: <4FE99043-BF87-4FF6-9D6B-408729A584C7@quru.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081127134523.GF26942@ecyrd.com> <4FE99043-BF87-4FF6-9D6B-408729A584C7@quru.com> X-Virus-Checked: Checked by ClamAV on apache.org Should be fixed in latest v3.0.0-svn-14 & v2.8.1-svn-17 dirk On Thu, Nov 27, 2008 at 3:43 PM, Roland Whitehead wrote: >>> Having just upgraded to 2.8.1 I have been asked why hashlinks are >>> appearing at the end of every section heading and if they can be >>> removed. I can't see what it is that would remove them but I note that >>> http://www.jspwiki.org doesn't have them. I guess that there would be a >>> preference in jspwiki.properties, probably a >>> "jspwiki.defaultprefs.template." property but can find no reference to >>> such. Any suggestions? >> >> It has them. It is a way to link at the header in question. >> >> Probable reason is that your CSS is not updated - it's still residing >> in browser cache. Clicking on shift-refresh helps. Then they should >> disapper (but they will reappear when you hover on top of them). >> >> This is issue https://issues.apache.org/jira/browse/JSPWIKI-288Janne, > > I found that my style had over-ridden h2,h3 and h4 with a special colour > scheme and this was then overriding the default a:hashlink style because > style.css is loaded after the main jspwiki.css. The solution is the > judicious use of the !important declaration: > > "a.hashlink{color: transparent !important;line-height: > 1.2;padding:.25em;text-decoration: none; > border: none !important;}" > > Many thanks to Janne for pointing me in the right direction > > > Roland > -- > QURU Ltd, London