[tw] Re: change bullet list

2017-12-20 Thread tobaisch
Yeees! Exactly, i was looking for that. Especially the style types ul ul, ol ul with this double spelling I've never heard of it. It works perfect anyway. Thanks Joshua Regards Tom -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: change bullet list

2017-12-20 Thread Joshua Fontany
This can be accomplished with a CSS Stylesheet tiddler. Create a tiddler and name it anything you want. Tag it with "$:/tags/Stylesheet". Paste the following into the text field and save it. ul ul, ol ul { list-style-type: none; } ul ul li, ol ul li { font-size: smaller; } This will affect