From 4cd77a524d3d1221c1bdd024d42cd0acb85bb85b Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Thu, 5 Mar 2009 17:46:00 +0100 Subject: [PATCH] CSS: Fix invalid CSS padding (cherry picked from commit e95a2341fec18db30c8046e9e2ee953733d9b9cc) --- Documentation/lilypond.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/lilypond.css b/Documentation/lilypond.css index 3ab076844c..f6dac79e5b 100644 --- a/Documentation/lilypond.css +++ b/Documentation/lilypond.css @@ -163,7 +163,7 @@ li.toc_current ul { div.header { background-color: #E7EFE3; - padding: 2; + padding: 2px; border: #CCD3CC 1px solid; text-align: center; } @@ -198,7 +198,7 @@ div.subheader { .footer { background-color: #E7EFE3; - padding: 5; + padding: 5px; border: #CCD3CC 1px solid; font-size: 80%; } -- 2.39.5