[Trac-tickets] [The Trac Project] #3131: links in report should not
be displayed as block
The Trac Project
noreply at edgewall.com
Wed May 10 08:12:42 CDT 2006
#3131: links in report should not be displayed as block
-----------------------------+----------------------------------------------
Reporter: itsme at xs4all.nl | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: browser | Version: 0.9.5
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
the 'display:block' css attribute causes a newline after every link
in a 'description' column in the report view.
this can be fixed by removing line 36 from report.css:
{{{.tickets tbody td :link, .tickets tbody td :visited { display: block
} }}}
i only checked this with firefox 1.5, not sure how this works with other
browsers.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3131>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list