diff options
-rw-r--r-- | www/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css index 65d3bc0e71..9df2c5e90a 100644 --- a/www/style.css +++ b/www/style.css @@ -111,6 +111,11 @@ PRE { padding: 4px; } +.buildstatus th +{ + vertical-align: top; +} + .rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td { background-color: #c6d6f5; |