[Webkit-unassigned] [Bug 12522] Run-in prints very bad (lines on top of each others)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 31 20:45:36 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12522





------- Comment #1 from david at goddess-gate.com  2007-01-31 20:45 PDT -------
Created an attachment (id=12845)
 --> (http://bugs.webkit.org/attachment.cgi?id=12845&action=view)
Reduced test-case

For quick reference, the code that matters:

CSS
dl.run-in, dl.run-in dd         {margin:0}
dl.run-in dt                            {display:run-in}
dl.run-in.colon dt:after        {content:": "}
dt, dt:after                            {font-weight:bold;font-size:105%}

XHTML
<dl class="run-in colon">
        <dt>Endurance Die</dt>
        <dd>d10</dd>
        <dt>Base Speed</dt>
        <dd>30′</dd>
</dl>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list