#2645: Repoort custom formatting: font styles not honored
--------------------------------------+-------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  daniel
     Type:  defect                    |       Status:  new   
 Priority:  normal                    |    Milestone:        
Component:  report system             |      Version:  0.9.3 
 Severity:  normal                    |   Resolution:        
 Keywords:  style report font         |  
--------------------------------------+-------------------------------------
Changes (by [EMAIL PROTECTED] ):

  * cc:  => [EMAIL PROTECTED]

Comment:

 Workaround: change in htdocs/css/trac.css
 {{{
 body, th, td {
  font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-
 serif;
 }
 }}}
 into:
 {{{
 body, th {
  font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-
 serif;
 }
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2645>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to