@David I strongly suspect that there's a bug in this stylesheet <https://giffmex.org/stroll/empty.html#%24%3A%2F.giffmex%2F.Stylesheet4Stroll>. I discovered this bug in HC Haases TOCgeneric and reported it here <https://groups.google.com/d/msg/tiddlywiki/KZWhS-BtZCQ/9fSrEjFjCAAJ> and it seems that plugin reuses the stylesheet from your plugin. The bug is a superfluous curly brace at the very end of the stylesheet. This makes the stylesheet interfere with other things <https://groups.google.com/d/msg/tiddlywiki/8GigprANnNQ/uZKsbDRjCAAJ> because the specificity in the css definitions is very high so it takes precedence over "everything". The solution is to simply remove that extra curly brace. Note that the formatting in the style definitions is not consistent there so it is easy to get confused with the braces.
Thanks. <:-) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4ccf421e-3b2d-42a3-a8c2-86248359365bo%40googlegroups.com.

