#2769: dashed line defect
---------------------------+------------------------------------------------
Reporter: Achim | Owner: jonas
Type: defect | Status: reopened
Priority: normal | Milestone: 0.10
Component: ticket system | Version: 0.9.4
Severity: normal | Resolution:
Keywords: |
---------------------------+------------------------------------------------
Comment (by anonymous):
The line is correctly placed on my IE6 too. Running Trac 0.9.4dev. Check
the ticket page's HTML source, mine is:
{{{
<tr>
<th class="col1"><label for="priority">Priority:</label></th>
<td><select id="priority"
name="priority"><option>blocker</option><option>critical</option><option
selected="selected">major</option><option>minor</option><option>trivial</option></select></td>
<th class="col2"><label for="milestone">Milestone:</label></th>
}}}
and the style sheet defines col2
(trac/MyProject/chrome/common/css/ticket.css line 89) as:
{{{
#properties table th.col2 { border-left: 1px dotted #d7d7d7 }
}}}
(Check carefully here, as there's another col1 + col2 style defined, but
it's in a comment block /* ... */.)
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2769>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets