adapt stylesheet to example-contents class used by xsltproc
authorRoss Paterson <ross@soi.city.ac.uk>
Sun, 10 Sep 2006 14:39:41 +0000 (14:39 +0000)
committerRoss Paterson <ross@soi.city.ac.uk>
Sun, 10 Sep 2006 14:39:41 +0000 (14:39 +0000)
mk/fptools.css

index 5c7fc47..97f276c 100644 (file)
@@ -24,12 +24,15 @@ pre.screen         { color: #006400 }
 pre.programlisting { color: maroon }
 
 div.example {
-  background-color: #fffcf5;
   margin: 1ex 0em;
   border: solid #412e25 1px;
   padding: 0ex 0.4em
 }
 
+div.example, div.example-contents {
+  background-color: #fffcf5
+}
+
 a:link    { color:      #0000C8 }
 a:hover   { background: #FFFFA8 }
 a:active  { color:      #D00000 }