WWW-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: htdocs
Module Name: htdocs
Committed By: maya
Date: Tue Jun 28 12:32:40 UTC 2016
Modified Files:
htdocs: global.css
Log Message:
Fix adjacent h1 lines overlapping,
make h1 use line-height relative to h1 font-size.
em is a relative unit, relative to the font-size.
we have a global font-size of (default 16px)
and a global line-height of 1.3em (1.3 * 16 = 20.8px)
(set in body property)
h1 is (for many browsers) 2em (32px), so a line-height of 1.3em
(20.8px) is too little for it.
This is visible in any mail-index posts with a long title (or by
decreasing the browser window size a lot).
ok wiz@
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 htdocs/global.css
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index