Override the prettify css rules not only in the diff view, but in

the code views as well.
feature.wiki-default-page
Thomas Keller 2011-10-20 17:29:16 +02:00
parent 810b753edf
commit 6f620e3f54
1 changed files with 5 additions and 5 deletions

View File

@ -589,6 +589,11 @@ span.ctrl-char[title="0x09"] {
width: 24px;
}
/* override any prettify css rule */
span.ctrl-char > * {
color: white;
}
table.diff {
width: 100%;
table-layout: fixed;
@ -693,11 +698,6 @@ table.diff-contents td.removed > span.ctrl-char {
background: #A00;
}
/* override prettify css rule */
table.diff-contents td > span.ctrl-char > * {
color: white;
}
/**
* view file content
*/