diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-12-03 12:22:29 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-12-03 12:22:29 +0000 |
| commit | ec5e9066dd4a06c928625aaa53f12d821292cb68 (patch) | |
| tree | ef8aece4c1bd5877971e9e990d08da86babbe39a | |
| parent | 5a65aa8fb5bd719bb0c5e0b39cf9d29d54889927 (diff) | |
| download | rockbox-ec5e9066dd4a06c928625aaa53f12d821292cb68.zip rockbox-ec5e9066dd4a06c928625aaa53f12d821292cb68.tar.gz rockbox-ec5e9066dd4a06c928625aaa53f12d821292cb68.tar.bz2 rockbox-ec5e9066dd4a06c928625aaa53f12d821292cb68.tar.xz | |
Features updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2905 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/style.css | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css index bc61c14..e9f6538 100644 --- a/www/style.css +++ b/www/style.css @@ -91,7 +91,8 @@ PRE { } -.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable { +.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable, .changesummary +{ border: outset 2px #ffffff; } @@ -99,7 +100,14 @@ PRE { vertical-align: top; } -.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td { +.filechange { + background-color: #c6d6f5; + font-weight: bold; + padding: 4px; +} + +.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td +{ background-color: #c6d6f5; padding: 4px; } @@ -113,3 +121,14 @@ PRE { background-color: #f0c0c0; } +.feature { + font-weight: bold; +} + +td.fgood { + background-color: #aae8aa; +} + +td.fbad { + background-color: #f0c0c0; +} |