]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: update all CSS to manage Texinfo smallexample environment
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 5 Mar 2009 01:03:58 +0000 (02:03 +0100)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 08:58:17 +0000 (01:58 -0700)
(cherry picked from commit babc10bba31cf073037d93495b863dda8f50033c)

Documentation/lilypond-blue.css
Documentation/lilypond-mccarty.css
Documentation/lilypond.css

index 1be8dfdd469adae28744ca547e0e75a2f3cd01bf..74d470a4691205e1a5020ace65406be8a479bf68 100644 (file)
@@ -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;
 }
index 3e3c1d797fe5a59d1306bdf58bb9fd9e0ba8631c..247b835494bf92d7c5f230a3b053d27894d03595 100644 (file)
@@ -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;
 }
index f6dac79e5b2dc9714ddb70662b1736f11f3976ff..82ab472b9507104955dcb0eaac4295f89a61ef10 100644 (file)
@@ -46,7 +46,7 @@ blockquote {
   padding: 3px;
   width: 40em;
 }
-.verbatim, .example {
+.verbatim, .example, .smallexample {
   font-family: "Courier New",Courier,monospace;
 }
 hr {