lots of old and new edits

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7960 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2005-11-18 11:00:05 +00:00
parent eb148c0168
commit fa24eb940a

View file

@ -49,6 +49,10 @@ A {
text-decoration: underline; text-decoration: underline;
} }
pre {
overflow: auto;
}
.bgbox { .bgbox {
left-border-width: 1px; left-border-width: 1px;
border-color: #000000; border-color: #000000;
@ -64,6 +68,11 @@ A {
font-size: 7pt; font-size: 7pt;
} }
td.building {
text-align: center;
background-color: #d6d6f5
}
.buildok { .buildok {
background-color: #00ff00; background-color: #00ff00;
} }
@ -161,3 +170,42 @@ td.toolscat {
background-color: #90afe3; background-color: #90afe3;
} }
.twikiDiffLineNumberHeader {
background-color: #d6e6f5;
}
.twikiDiffChangedHeader {
background-color: #d0ffd0;
}
.twikiDiffDeletedMarker {
background-color: #e81412;
}
.twikiDiffAddedMarker {
background-color: #25e914;
}
.twikiDiffUnchangedText {
background-color: #b6c6e5;
}
.twikibar {
border: 2px outset white;
}
.bstamp {
text-decoration: none;
}
.bstamp:hover {
text-decoration: underline;
}
.blink {
text-decoration: none;
}
.blink:hover {
text-decoration: underline;
}