View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012383 | mantisbt | html | public | 2010-09-21 15:08 | 2010-12-17 04:40 |
| Reporter | atrol | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.3 | ||||
| Target Version | 1.2.4 | Fixed in Version | 1.2.4 | ||
| Summary | 0012383: Use of invalid color "brown" in CSS | ||||
| Description | "brown" is not a valid CSS color I will add a patch where this is replaced by valid color "maroon" | ||||
| Tags | patch | ||||
| 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
| ||||
|
MantisBT: master a4349842 2010-09-21 15:19 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 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 | ||