And I wondered why the heck some subjects were centered in fancy header mode

and others not...

svn path=/trunk/kdenetwork/kmail/; revision=137708
wilder-work
Marc Mutz 24 years ago
parent e62b849d3c
commit 4d3b8e83b7
  1. 5
      kmreaderwin.cpp

@ -774,9 +774,12 @@ void KMReaderWin::parseMsg(void)
.arg( cPgpErrB.name() )) +
QString( "div.fancyHeaderSubj { background-color: %1; "
"color: %2; padding: 4px; "
"border: solid %3 1px; }\n" )
"border: solid %3 1px; }\n"
"div.fancyHeaderSubj a[href] { color: %2; }"
"div.fancyHeaderSubj a[href]:hover { text-decoration: underline; }\n")
.arg((mPrinting) ? cg.background().name() : cg.highlight().name())
.arg((mPrinting) ? cg.foreground().name() : cg.highlightedText().name())
.arg((mPrinting) ? cg.foreground().name() : cg.highlightedText().name())
.arg(cg.foreground().name()) +
QString( "div.fancyHeaderDtls { background-color: %1; color: %2; "
"border-bottom: solid %3 1px; "

Loading…
Cancel
Save