So do it then.
Here is something to get you started:
ul li {
list-style-type: none;
}
ul > li:before {
content: "+";
}
ul > li >ul > li:before {
content: "-";
}
Put it in a tiddler tagged "$:/tags/Stylesheet".
Note: This is just a starting point. You should read about CSS and
list-style. Just google for it.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.