From 22790828dd18f639c03f7954c150adc260de178b Mon Sep 17 00:00:00 2001 From: Carl Peterson Date: Thu, 12 Dec 2013 17:37:20 -0500 Subject: [PATCH] Remove duplicate CSS definitions in manual file Remove second definition of background color from lilypond-manuals.css. Also remove color spec for changes documentation since its color is not being defined at this time. --- Documentation/css/lilypond-manuals.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Documentation/css/lilypond-manuals.css b/Documentation/css/lilypond-manuals.css index 16dbbb3593..af3f822809 100644 --- a/Documentation/css/lilypond-manuals.css +++ b/Documentation/css/lilypond-manuals.css @@ -16,7 +16,7 @@ usage yellow 50 snippets - changes orange 30 + changes extending red 0 internals purple 280 @@ -453,14 +453,6 @@ table .title { margin: 0; } -body.learning { background-color: #ccffcc; } -body.notation { background-color: #cceeff; } -body.usage { background-color: #fff6cc; } -body.extending { background-color: #ffcccc; } -body.internals { background-color: #eeccff; } -body.contributor { background-color: #cccccc; } - - body.learning .footer { background-color: #00bf00; color: #ccffcc; } body.notation .footer { background-color: #0070bf; color: #cceeff; } body.usage .footer { background-color: #bf9f00; color: #fff6cc; } -- 2.39.2