forked from len0rd/rockbox
Added build status classes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@908 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4a89a6cfcf
commit
df203f3997
1 changed files with 10 additions and 0 deletions
|
|
@ -49,3 +49,13 @@ A {
|
|||
color: #f0f0f0;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
.buildok {
|
||||
background-color: #00ff00;
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
.buildfailed {
|
||||
background-color: #ff0000;
|
||||
width: 3em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue