I noticed three things:
* fonts of code and pre elements are small in TiddlyWikis as well (not only in TiddlySpace)
* in a TiddlyWiki a get compiled font-sizes 11.7 px for code and 15 px for ordinary text, in TiddlySpace that's 14 px and 18 px (FireBug sais)
* my screen resolution is 1600x900
Any ideas how to track which party is the problem on? (tiddlywiki core style definintions not accounting different resolutions, or browser style compilation, or may be some OS problems)
I tried a simple html which doesn't have the problem (in FF):
<html>
<body>
<p>
Some text with <code>some code</code>.
</p>
</body>
</html>
(sizes of code and of the ordinary font are the same).
среда, 5 декабря 2012 г., 18:01:57 UTC+4 пользователь PMario написал: