Skip to content

Commit

Permalink
Fix #12383: Use of invalid color "brown" in CSS
Browse files Browse the repository at this point in the history
Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
  • Loading branch information
atrol authored and davidhicks committed Sep 22, 2010
1 parent d37df25 commit d65402a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/default.css
Expand Up @@ -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; }
Expand Down

0 comments on commit d65402a

Please sign in to comment.