forked from len0rd/rockbox
Features updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2905 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5a65aa8fb5
commit
ec5e9066dd
1 changed files with 21 additions and 2 deletions
|
@ -91,7 +91,8 @@ PRE {
|
|||
}
|
||||
|
||||
|
||||
.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable {
|
||||
.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable, .changesummary
|
||||
{
|
||||
border: outset 2px #ffffff;
|
||||
}
|
||||
|
||||
|
@ -99,7 +100,14 @@ PRE {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td {
|
||||
.filechange {
|
||||
background-color: #c6d6f5;
|
||||
font-weight: bold;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td
|
||||
{
|
||||
background-color: #c6d6f5;
|
||||
padding: 4px;
|
||||
}
|
||||
|
@ -113,3 +121,14 @@ PRE {
|
|||
background-color: #f0c0c0;
|
||||
}
|
||||
|
||||
.feature {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
td.fgood {
|
||||
background-color: #aae8aa;
|
||||
}
|
||||
|
||||
td.fbad {
|
||||
background-color: #f0c0c0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue