On Thursday, 14 May 2015 17:53:36 CEST, Hari Sundar wrote:
Add an email address, say by clicking on blue-person, dialog pops-up with
the new contact added.
Thanks, https://gerrit.vesnicky.cesnet.cz/r/455 .
I am attaching a couple of screenshots of the rendering.
That's rather ugly. I asked a webdesigner friend [1] about this, and the
explanation is that this rule applies recursively to all elements in the
HTML rendering, which means that an element nested into another element
will be twice as big as the outer one, the next one four times as big, and
so on. This is exactly what's happening on your screenshots due to the way
we prepare HTML stuff.
My suggestion is to use something like:
body {
font-size: 2em;
}
Another problem is that the font size says "twice the font size". I have no
idea how well WebKit handles this; specifying the size in pixels should do
the trick if "2em" doesn't work.
And the default monospace font is 'Ubuntu Mono 13'
Thanks, but I need the output of the commands I asked for so that I can
make a patch which makes this work automatically, without manual tweaks.
With kind regards,
Jan
[1] http://www.adamkudrna.cz/
--
Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/