1
0
Fork 0
forked from len0rd/rockbox

Vertical alignment of build status table header

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4404 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2004-03-18 13:04:18 +00:00
parent cdab3eb163
commit 1bc1a5fa6f

View file

@ -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;