From 14d17b44d82a651ba83948795e25833d9e6d45df Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sun, 14 Sep 2008 00:24:47 +0200 Subject: [PATCH] Change colors of HTML footer style These changes have been suggested by Anrew Hawryluk. --- Documentation/lilypond.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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%; } -- 2.39.2