#1288: Display of changeset page in source browser is fixed in GECKO-based
browsers, still disturbed in Opera and Konqueror
---------------------------------------+------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  cmlenz  
     Type:  defect                     |       Status:  assigned
 Priority:  normal                     |    Milestone:  0.9.4   
Component:  changeset view             |      Version:  devel   
 Severity:  normal                     |   Resolution:          
 Keywords:  layout patch               |  
---------------------------------------+------------------------------------
Comment (by fate):

 As far as I can tell the code change to diff.css below displays the
 changeset properly in Opera 8.02, IE 6 and Firefox 1.5. It works even when
 the dd tags are empty.

 {{{
 #!css
 #overview dt {
  font-weight: bold;
  padding-right: .25em;
  /*position: absolute;*/
  left: 0;
  float:left;
  clear:left;
  text-align: right;
  width: 7.75em;
 }
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1288>
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