summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-03-18 13:04:18 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-03-18 13:04:18 +0000
commit1bc1a5fa6fd26935b1e7aef5cb9a9bbd54bc779f (patch)
treed95c5068b216dab0699dbfb9cc656395e577ec8f /www
parentcdab3eb163c20442da54c41b55215b01071480a1 (diff)
downloadrockbox-1bc1a5fa6fd26935b1e7aef5cb9a9bbd54bc779f.tar.gz
rockbox-1bc1a5fa6fd26935b1e7aef5cb9a9bbd54bc779f.zip
Vertical alignment of build status table header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4404 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/style.css5
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 {
111 padding: 4px; 111 padding: 4px;
112} 112}
113 113
114.buildstatus th
115{
116 vertical-align: top;
117}
118
114.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td 119.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td
115{ 120{
116 background-color: #c6d6f5; 121 background-color: #c6d6f5;