]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove duplicate CSS definitions in manual file
authorCarl Peterson <carlopeterson@gmail.com>
Thu, 12 Dec 2013 22:37:20 +0000 (17:37 -0500)
committerDavid Kastrup <dak@gnu.org>
Sat, 21 Dec 2013 06:16:22 +0000 (07:16 +0100)
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

index 16dbbb35934d3c89289e11f064542936414543eb..af3f8228093f4f522ea6a89e7438ec29f6dfa77f 100644 (file)
@@ -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; }