From: John Mandereau Date: Sat, 13 Sep 2008 22:24:47 +0000 (+0200) Subject: Change colors of HTML footer style X-Git-Tag: release/2.11.59-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=14d17b44d82a651ba83948795e25833d9e6d45df;p=lilypond.git Change colors of HTML footer style These changes have been suggested by Anrew Hawryluk. --- diff --git a/Documentation/lilypond.css b/Documentation/lilypond.css index 802580d472..1d8542dfa0 100644 --- a/Documentation/lilypond.css +++ b/Documentation/lilypond.css @@ -162,9 +162,9 @@ li.toc_current ul { /***********************************************************/ div.header { - background-color: #E8FFE8; + background-color: #E7EFE3; padding: 2; - border: #C0FFC0 1px solid; + border: #CCD3CC 1px solid; text-align: center; } @@ -185,9 +185,9 @@ h1.header { } .footer { - background-color: #E8FFE8; + background-color: #E7EFE3; padding: 5; - border: #C0FFC0 1px solid; + border: #CCD3CC 1px solid; font-size: 80%; }