View Single Post
Old 04-01-2025, 03:24 PM   #929
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,160
Karma: 169815798
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
The first items would have the same effect if the default line-height is 1em. See the W3Schools CSS line-height Property for more information.

The second is simply multiple margin shortcuts. For more information, see the W3Schools CSS Margins
Code:
margin: 0 0 6.24399%;	would be top margin 0, left & right margin 0, bottom margin 6.24399%
margin-left: 6.24399%;	pretty obviously only sets the left margin to 6.24399%
margin-left: 0.5em;		again, sets only the left margin to 0.5em
margin: 0 0 0 6.24399%;	this sets the top, right, bottom & left (in that order) margins
Quite a bit of what you are commenting on is likely from the original document that was converted to KFX's semi-compiled format.
DNSB is offline   Reply With Quote