diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-12 18:12:33 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-12 18:12:33 +0100 |
commit | 1b38c3eeac1bb16030323cb68859adb00bf98004 (patch) | |
tree | 99b24f50a466727aed8cd988644617916df8099b /src/doctree.hh | |
parent | 94ab2a15690ac844e964f10e9e16caf8a9d68078 (diff) |
replace fixed break space in Html_tag_open_li() with a user agent style
This changes allows to set the margin of <li> elements to zero via CSS.
Subsequent <li> elements then have no spacing in between.
Test case:
<html>
<head>
<style type="text/css">
li {
border: 1px solid black;
margin: 0;
}
</style>
</head>
<body>
<ul>
<li>hello</li>
<li>hello</li>
</ul>
</body>
</html>
There should be no vertical space between the two boxes.
Diffstat (limited to 'src/doctree.hh')
0 files changed, 0 insertions, 0 deletions