Update of /cvsroot/refdb/refdb/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28500
Modified Files:
Tag: Release_0_9_5_stable
manual.css
Log Message:
adapted to DocBook XML output
Index: manual.css
===================================================================
RCS file: /cvsroot/refdb/refdb/doc/Attic/manual.css,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -U2 -r1.1.2.2 -r1.1.2.3
--- manual.css 11 Dec 2005 20:24:55 -0000 1.1.2.2
+++ manual.css 13 Jan 2006 22:23:11 -0000 1.1.2.3
@@ -11,9 +11,9 @@
color: #006600}
-tt.filename, tt.option {color: #660099;
+code.filename, code.option {color: #660099;
font-size: 110%;
font-weight: bold;}
-tt.sgmltag {color: #009966;
+code.sgmltag, code.envar {color: #009966;
font-size: 110%;
font-weight: bold;}
@@ -24,8 +24,11 @@
font-weight: bold;}
-table.calstable th {color: #990000;
+table th {color: #990000;
font-weight: bold;}
-table.warning {color: red;}
+div.warning, div.warning h3.title {color: red;}
+
+pre.screen, pre.programlisting {
+ background-color: #E0E0E0; }
span.guimenu, span.guimenuitem, span.guisubmenu {
|