From ec5e9066dd4a06c928625aaa53f12d821292cb68 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 3 Dec 2002 12:22:29 +0000 Subject: Features updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2905 a1c6a512-1295-4272-9138-f99709370657 --- www/style.css | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'www/style.css') 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 { } -.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; +} -- cgit v1.2.3