changes for inline diff

This commit is contained in:
Anika Henke 2011-11-20 15:44:49 +00:00
parent 68c0488d9c
commit 7fc37a3272

View file

@ -45,11 +45,11 @@
.dokuwiki table.diff td.diff-blockheader {
font-weight: bold;
}
.dokuwiki table.diff td.diff-addedline {
.dokuwiki table.diff .diff-addedline {
background-color: #cfc;
color: inherit;
}
.dokuwiki table.diff td.diff-deletedline {
.dokuwiki table.diff .diff-deletedline {
background-color: #fdd;
color: inherit;
}