summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css
index 9df2c5e90a..b0e476a0b0 100644
--- a/www/style.css
+++ b/www/style.css
@@ -96,7 +96,7 @@ PRE {
96} 96}
97 97
98 98
99.rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary 99.rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary, .tools
100{ 100{
101 border: outset 2px #ffffff; 101 border: outset 2px #ffffff;
102} 102}
@@ -116,7 +116,7 @@ PRE {
116 vertical-align: top; 116 vertical-align: top;
117} 117}
118 118
119.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td 119.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td, .tools td
120{ 120{
121 background-color: #c6d6f5; 121 background-color: #c6d6f5;
122 padding: 4px; 122 padding: 4px;
@@ -142,3 +142,7 @@ td.fgood {
142td.fbad { 142td.fbad {
143 background-color: #f0c0c0; 143 background-color: #f0c0c0;
144} 144}
145
146td.toolscat {
147 background-color: #b6c6e5;
148}