[Trac-tickets] [The Trac Project] #1246: Diff display in konqueror

The Trac Project noreply at edgewall.com
Thu Mar 3 10:23:26 EST 2005


#1246: Diff display in konqueror
---------------------+------------------------------------------------------
       Id:  1246     |      Status:  new                     
Component:  general  |    Modified:  Thu Mar  3 10:23:22 2005
 Severity:  minor    |   Milestone:                          
 Priority:  normal   |     Version:  0.8                     
    Owner:  jonas    |    Reporter:  kilian.cavalotti at lip6.fr
---------------------+------------------------------------------------------
 In konqueror, the display of the diff table does not use the whole page
 width.

 patch follows
 {{{
 --- diff.css.old        2004-12-21 02:17:36.000000000 +0100
 +++ diff.css    2005-03-03 16:19:12.153776512 +0100
 @@ -50,6 +50,7 @@
  /* Styles for the list of diffs */
  .diff ul { clear: both; margin: 0; padding: 0 }
  .diff li {
 + width: 100%;
   background: #f7f7f7;
   border: 1px solid #d7d7d7;
   list-style-type: none;
 }}}

 Another problem is that konqueror does not seems to take care of the
 {{{overflow: hidden}}} directive, but I can't figure why...

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1246>
The Trac Project <>


More information about the Trac-Tickets mailing list