Patches: Browse | Submit New | Admin

[#627] htmldiff css polish

Date:
2004-06-04 12:34
Priority:
3
Submitted By:
Denis Mertz (denismertz)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
htmldiff css polish

Detailed description
The problem is that a background color is defined for .diffins and .diffdel but not for .diffmod

This results in a mixing of colored and uncolored html diff tags.

I think it is logical to give .diffins and ins.diffmod the same color
(idem with .diffdel and del.diffmod)


The code to change is in app/views/static_style_sheet.rhtml

.diffdel, del.diffmod {
  background: pink;
}

.diffins, ins.diffmod  {
  background: lightgreen;
}

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

Field Old Value Date By
resolution_idNone2007-01-14 09:10parasew