Package: websvn
Version: 1.61-13
Severity: minor

We're using Websvn on svn.debian.org and a user reported that the default
colors for diffs are too dark. He suggests replacing 3 CSS styles in the
various themes:

Original values:
TD.diffdeleted
{
   font-size: 11px;
   background-color: red;
}

TD.diffchanged
{
   font-size: 11px;
   background-color: yellow;
}

TD.diffadded
{
   font-size: 11px;
   background-color: green;
}


Suggested values are:
TD.diffdeleted
{
   font-size: 11px;
   background-color: #ffb0b0;
}

TD.diffchanged
{
   font-size: 11px;
   background-color: #ffffb0;
}

TD.diffadded
{
   font-size: 11px;
   background-color: #b0ffb0;
}


And I agree with the submitter that text is difficult to read at least on the
"green" background.

For reference here's the gforge request that we received:
http://alioth.debian.org/tracker/index.php?func=detail&aid=302155&group_id=1&atid=200001

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to