Hi Mike,
are you searching for this?:
setStylesheet(
".custom ul {list-style: none;}\n"+
".custom ul li:before {content: '\u2B0D \u202F';}\n"+
".custom ol li:before {content: '\u2B0D \u202F';}\n"
,"dsStyles");
Did some testing at:
http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#[[Custom%20list%20%3Cli%3E%20style]]
have fun!
mario
On May 22, 3:25 pm, Mike <[email protected]> wrote:
> Is the problem with the unicode characters? Or am I just missing
> something simple. . .
>
> //{{{
> // Plugin Style
> setStylesheet(
> ".custom ul {list-style: none;}\n"+
> ".custom ul li:before {content: "\2B0D \0020";}\n"+
> ".custom ol li:before {content: "\2B0D \0020";}\n"
> ,"dsStyles");
> //}}}
>
> Finally the last line - ,"dsStyles" does this need to reference
> anything specific?
>
> Thanks,
> Mike
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWikiDev" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group
> athttp://groups.google.com/group/tiddlywikidev?hl=en.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.