Re: hyphenation in dillo
"corvid" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20121128063346.GA2756@local> |
I wrote: > The borders on the "Search results" and "Nutrient values" boxes > are overlapping on http://www.bitelog.com/mega-food-search.htm?q=masa I got around to trimming it down to a small example of brokenness (attached). Interestingly, the "10000" protrudes out of the left end of the table on firefox, which suggests there might be something wrong about this page in a way that I'm not immediately grasping. (Although it's nicer to think that firefox is buggy.) _______________________________________________ Dillo-dev mailing list [email protected] http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
mega5.html
(text/html, 476 B)
<style type=text/css> div {border:5px solid red;background-color:tan}</style>
<table border=1>
<tr><td>
<div>
<OL>
<li> words
</OL>
</div>
</table>
<table border=1>
<tr><td>
<div>
<OL start=10000>
<li> words
</OL>
</div>
</table>
<table border=1>
<tr><td>
<div>
<uL>
<li> words
</uL>
</div>
</table>
<table border=1>
<tr><td>
<div>
<uL style="list-style-type:none">
<li> words
</uL>
</div>
</table>