
On Tue, Nov 08, 2016 at 04:44:46PM +0000, Daniel P. Berrange wrote:
On Tue, Nov 08, 2016 at 04:11:05PM +0100, Martin Kletzander wrote:
On Tue, Nov 08, 2016 at 01:50:33PM +0000, Daniel P. Berrange wrote:
On Tue, Nov 08, 2016 at 02:48:07PM +0100, Martin Kletzander wrote:
the stuff in <pre> has line-height of 150% if it is in a <dl/> tag, which makes some pages with different <pre/> tags inconsistent. Adding simple: pre { line-height: 100%; } ought to do, I guess.
Can you point me to a page showing the problem so I can better understand it.
Sorry, I ended the paragraph in a rush with one hand while holding a child in the other one =) If you look here:
https://berrange.fedorapeople.org/libvirt-new-website-v2/formatnetwork.html
The unindented (e.g. first two) blocks look normal, but the indented, because they are inside <dl/> (e.g. the next two at least) have more space in between the lines. Inspecting that element in Firefox, it tells me that the property is inherited from <dl/> (so that you know how I got that info). I have no preference in how it's fixed as long as it's consistent.
Hehe, that turns out to be a pre-existing bug, not my mistake :-)
Oh, really! I never noticed that. Sorry for that then, I'll try to keep it in my TODO to fix that.