Indefero

Indefero Commit Details


Date:2011-10-20 10:29:16 (13 years 2 months ago)
Author:Thomas Keller
Branch:develop, feature.wiki-default-page, release-1.2, release-1.3
Commit:6f620e3f5426acd65dad85933753108422aaebe4
Parents: 810b753edf6242681d0b350b22532edbc7c3a931
Message:Override the prettify css rules not only in the diff view, but in the code views as well.

Changes:

File differences

www/media/idf/css/style.css
589589
590590
591591
592
593
594
595
596
592597
593598
594599
......
693698
694699
695700
696
697
698
699
700
701701
702702
703703
width: 24px;
}
/* override any prettify css rule */
span.ctrl-char > * {
color: white;
}
table.diff {
width: 100%;
table-layout: fixed;
background: #A00;
}
/* override prettify css rule */
table.diff-contents td > span.ctrl-char > * {
color: white;
}
/**
* view file content
*/

Archive Download the corresponding diff file

Page rendered in 0.08179s using 13 queries.