diff options
Diffstat (limited to 'www/style.css')
-rw-r--r-- | www/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css index b132f3d9a3..d03f993947 100644 --- a/www/style.css +++ b/www/style.css @@ -86,7 +86,7 @@ PRE { } -.changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable { +.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable { border: outset 2px #ffffff; } @@ -94,7 +94,7 @@ PRE { vertical-align: top; } -.changetable td, .bugs td, .requests td, .archive td, .buttontable td { +.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td { background-color: #c6d6f5; padding: 4px; } |