r37 - manual/trunk/stylesheets
Sebastian Bergmann at BerliOS <[email protected]> Fri, 31 Dec 2004 10:15:33 +0100
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: s_bergmann
Date: 2004-12-31 10:15:33 +0100 (Fri, 31 Dec 2004)
New Revision: 37
Modified:
manual/trunk/stylesheets/docbook.css
Log:
Tweak.
Modified: manual/trunk/stylesheets/docbook.css
===================================================================
--- manual/trunk/stylesheets/docbook.css 2004-12-31 08:40:16 UTC (rev 36)
+++ manual/trunk/stylesheets/docbook.css 2004-12-31 09:15:33 UTC (rev 37)
@@ -49,31 +49,25 @@
text-align: right;
}
-.example-output, .example-source, pre.programlisting, pre.screen, tt.code {
+pre.programlisting, pre.screen, tt.code {
font-family: "Courier New", Courier, fixed;
}
-.example-output, .example-source, pre.programlisting, pre.screen {
- border-color: black;
+p.note, pre.programlisting, pre.screen {
+ background-color: #eeeeee;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
padding-left: 5px;
}
-.example-output, pre.screen {
- border-style: solid;
- border-width: 0px;
- border-left-width: 2px;
-}
-
-.example-source, pre.programlisting {
- background-color: #eeeeee;
+pre.programlisting {
+ border-color: black;
border-style: dashed;
border-width: 1px;
}
-.epigraph, .example-output, .example-source, .list-of-examples, .list-of-figures, .toc, pre.programlisting, pre.screen {
+.epigraph, .list-of-examples, .list-of-figures, .toc, pre.programlisting, pre.screen {
line-height: 110%;
}