
|
[dokuwiki]
||
[Date Prev]
[05-2006 Date Index]
[Date Next]
||
[Thread Prev]
[05-2006 Thread Index]
[Thread Next]
[dokuwiki] Re: Spider Joe problems (was Formal declaration...)
- From: Chris Smith <chris@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 10 May 2006 09:38:31 +0100
div.dokuwiki precedes most DokuWiki styles to prevent dokuwiki styles
clashing with styles from other stylesheets/applications. This will
have increased the specificity of many dokuwiki style rules. As you
have discovered the simple fix is to precede all of your style rules
with div.dokuwiki to boost their specificity in the same manner.
Alternatively set an id on one of the containers in your stylesheet at
the div.dokuwiki level or above.
e.g.
<body id="joe">
then you should be able to precede any of your style rules with #joe to
ensure they override any DokuWiki styles.
If it wasn't mentioned previously, style selectors should be more stable
now than before as the main thrust of the changes was to get DokuWiki as
close to xhtml strict compliance as possible. Thats now been completed.
Cheers,
Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|