From: Gabriel Wicke Date: Wed, 19 May 2004 22:39:01 +0000 (+0000) Subject: fix for safari X-Git-Tag: 1.3.0beta1~26 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=75d0ac28fad57565f41c94e898dcf389757a4952;p=lhc%2Fweb%2Fwiklou.git fix for safari --- diff --git a/stylesheets/wikibits.js b/stylesheets/wikibits.js index 19280835bf..074a9d21c4 100644 --- a/stylesheets/wikibits.js +++ b/stylesheets/wikibits.js @@ -121,7 +121,7 @@ function tabbedprefs() { if(children[i].nodeName.indexOf('FIELDSET') != -1) { children[i].id = 'prefsection-' + i; children[i].className = 'prefsection'; - if(is_opera) children[i].className = 'prefsection operaprefsection'; + if(is_opera || is_khtml) children[i].className = 'prefsection operaprefsection'; legends = children[i].getElementsByTagName('LEGEND'); sections[seci] = new Object(); if(legends[0] && legends[0].firstChild.nodeValue)