View Issue Details

IDProjectCategoryView StatusLast Update
0012383mantisbthtmlpublic2010-12-17 04:40
Reporteratrol Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.3 
Target Version1.2.4Fixed in Version1.2.4 
Summary0012383: Use of invalid color "brown" in CSS
Description

"brown" is not a valid CSS color
see http://www.w3.org/TR/CSS21/syndata.html#value-def-color

I will add a patch where this is replaced by valid color "maroon"

Tagspatch
Attached Files
issue12383.patch (835 bytes)   
From 94100e0891b2383fff117de7e07fe998f2bde9dd Mon Sep 17 00:00:00 2001
From: Roland Becker <roland@atrol.de>
Date: Tue, 21 Sep 2010 21:19:17 +0200
Subject: [PATCH] Fix #12383: Use of invalid color "brown" in CSS

---
 css/default.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/css/default.css b/css/default.css
index ab5097b..8e86053 100644
--- a/css/default.css
+++ b/css/default.css
@@ -36,7 +36,7 @@ span.small 			{ font-size: 8pt; font-weight: normal; }
 span.pagetitle		{ font-size: 12pt; font-weight: bold; text-align: center }
 span.bracket-link	{ white-space: nowrap; }
 
-span.dependency_dated		{ color: brown; }
+span.dependency_dated		{ color: maroon; }
 span.dependency_met			{ color: green; }
 span.dependency_unmet		{ color: red; }
 span.dependency_upgrade		{ color: orange; }
-- 
1.7.2.3

issue12383.patch (835 bytes)   

Activities

atrol

atrol

2010-09-21 15:23

developer   ~0026830

Reminder sent to: dhx

please have a look at the patch

dhx

dhx

2010-09-21 20:57

reporter   ~0026832

Committed, thanks Roland! :)

Related Changesets

MantisBT: master a4349842

2010-09-21 15:19

atrol

Committer: dhx


Details Diff
Fix 0012383: Use of invalid color "brown" in CSS

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0012383
mod - css/default.css Diff File

MantisBT: master-1.2.x d65402a4

2010-09-21 15:19

atrol

Committer: dhx


Details Diff
Fix 0012383: Use of invalid color "brown" in CSS

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0012383
mod - css/default.css Diff File