summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css23
1 files changed, 21 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css
index bc61c14f9b..e9f6538dc2 100644
--- a/www/style.css
+++ b/www/style.css
@@ -91,7 +91,8 @@ PRE {
91} 91}
92 92
93 93
94.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable { 94.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable, .changesummary
95{
95 border: outset 2px #ffffff; 96 border: outset 2px #ffffff;
96} 97}
97 98
@@ -99,7 +100,14 @@ PRE {
99 vertical-align: top; 100 vertical-align: top;
100} 101}
101 102
102.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td { 103.filechange {
104 background-color: #c6d6f5;
105 font-weight: bold;
106 padding: 4px;
107}
108
109.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td
110{
103 background-color: #c6d6f5; 111 background-color: #c6d6f5;
104 padding: 4px; 112 padding: 4px;
105} 113}
@@ -113,3 +121,14 @@ PRE {
113 background-color: #f0c0c0; 121 background-color: #f0c0c0;
114} 122}
115 123
124.feature {
125 font-weight: bold;
126}
127
128td.fgood {
129 background-color: #aae8aa;
130}
131
132td.fbad {
133 background-color: #f0c0c0;
134}