Update of /cvsroot/refdb/elisp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17733
Modified Files:
manual.css
Log Message:
added coloring of pre elements
Index: manual.css
===================================================================
RCS file: /cvsroot/refdb/elisp/manual.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -U2 -r1.1 -r1.2
--- manual.css 19 Nov 2005 19:19:23 -0000 1.1
+++ manual.css 21 Dec 2005 22:06:48 -0000 1.2
@@ -52,2 +52,10 @@
}
+pre.programlisting {
+ background-color: #E0E0E0;
+}
+
+pre.screen {
+ background-color: #000000;
+ color: #32CD32;
+}
\ No newline at end of file
|