[Trac-tickets] Re: [The Trac Project] #1622: Superfluous
capitalization of table titles in query module
The Trac Project
noreply at edgewall.com
Wed Jun 1 02:43:46 EDT 2005
#1622: Superfluous capitalization of table titles in query module
---------------------------+------------------------------------------------
Id: 1622 | Status: new
Component: report system | Modified: Wed Jun 1 01:43:45 2005
Severity: trivial | Milestone: 0.8.2
Priority: lowest | Version: 0.8.1
Owner: daniel | Reporter: ash at contact.bg
---------------------------+------------------------------------------------
Comment (by anonymous):
This is due to the following line:
{{{
#!text/css
.tickets thead th { text-transform: capitalize }
}}}
in source:trunk/htdocs/css/report.css
You can override it with that line
{{{
#!text/css
.tickets thead th { text-transform: none }
}}}
added to your {{{<trac env>/templates/site_css.cs}}} file.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1622>
The Trac Project <>
More information about the Trac-Tickets
mailing list