>
> What TW CSS rule controls the font-size of the text in custom tiddlers
>> tagged viewtemplate? I would like the text in those tiddlers not to be
>> smaller than the actual tiddler text. But I can't find it anywhere.
>>
>
Interstingly, using the inspector tool, there seems to be no class or even
div around this. So, what you can do in your custom viewtemplate is to add
a class around the content, like so
<div class="myclass">
your content
</div>
Then make a stylesheet tiddler and resize the text for example like so
.myclass {font-size:110%;}
<:-)
--
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/b629546b-ab32-43f6-9d09-e96c67c98f07%40googlegroups.com.