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:
parent
cdab3eb163
commit
1bc1a5fa6f
1 changed files with 5 additions and 0 deletions
|
@ -111,6 +111,11 @@ PRE {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buildstatus th
|
||||||
|
{
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td
|
.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td
|
||||||
{
|
{
|
||||||
background-color: #c6d6f5;
|
background-color: #c6d6f5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue