From 94100e0891b2383fff117de7e07fe998f2bde9dd Mon Sep 17 00:00:00 2001 From: Roland Becker 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