Make the background color for platinum a little bit darker for people with bright displays.

Switch to using the name for 'gold' instead of a hex rgb color value.
This commit is contained in:
Chris Morgan
2007-07-11 04:45:12 +00:00
committed by WineHQ
parent d11deb7f74
commit c742e9a01f
2 changed files with 7 additions and 7 deletions

View File

@@ -133,9 +133,9 @@ p.indent { padding-left: 1em; padding-right: 1em;}
.committed { font-style: italic; color: gray; }
/* App Support status */
.platinum { background-color: #EFEFEF; }
.gold { background-color: #fff600; }
.silver { background-color: silver; }
.platinum { background-color: #ECECEC; }
.gold { background-color: gold; }
.silver { background-color: silver; }
.bronze { background-color: #fcba0a; }
.Garbage { background-color: #999966; }