From: John Mandereau Date: Thu, 5 Mar 2009 01:03:58 +0000 (+0100) Subject: Docs: update all CSS to manage Texinfo smallexample environment X-Git-Tag: release/2.12.3-1~119 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=318cffd501a71757ab154aaf6b4a669025a5b8b9;p=lilypond.git Docs: update all CSS to manage Texinfo smallexample environment (cherry picked from commit babc10bba31cf073037d93495b863dda8f50033c) --- diff --git a/Documentation/lilypond-blue.css b/Documentation/lilypond-blue.css index 1be8dfdd46..74d470a469 100644 --- a/Documentation/lilypond-blue.css +++ b/Documentation/lilypond-blue.css @@ -91,14 +91,14 @@ a:active { /* BLOCK FORMATTING */ /***********************************************************/ -blockquote { +blockquote, .smallexample { border: thin solid #3465a4; border-width: 0 0 0 2px; margin: 1em 0 1em 3em; padding: 0; } -blockquote p { +blockquote p, pre.smallexample { margin: 0; padding: 1em; } diff --git a/Documentation/lilypond-mccarty.css b/Documentation/lilypond-mccarty.css index 3e3c1d797f..247b835494 100644 --- a/Documentation/lilypond-mccarty.css +++ b/Documentation/lilypond-mccarty.css @@ -93,7 +93,7 @@ a:hover { /* BLOCK FORMATTING */ /***********************************************************/ -blockquote { +blockquote, .smallexample { width: 96%; padding: 0; border: solid #b1d281; @@ -101,7 +101,7 @@ blockquote { margin: 1em auto; } -blockquote p { +blockquote p, pre.smallexample { padding: 1em; margin: 0; } diff --git a/Documentation/lilypond.css b/Documentation/lilypond.css index f6dac79e5b..82ab472b95 100644 --- a/Documentation/lilypond.css +++ b/Documentation/lilypond.css @@ -46,7 +46,7 @@ blockquote { padding: 3px; width: 40em; } -.verbatim, .example { +.verbatim, .example, .smallexample { font-family: "Courier New",Courier,monospace; } hr {