[Python-checkins] python/dist/src/Doc/html style.css,1.36,1.37

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Oct 19 17:40:41 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1892/html

Modified Files:
	style.css 
Log Message:
Rely on the style sheet more for the distutils markup.

Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- style.css	23 Jan 2004 08:51:51 -0000	1.36
+++ style.css	19 Oct 2004 15:40:38 -0000	1.37
@@ -151,6 +151,19 @@
 
 
 /*
+ * Additional styles for the distutils package.
+ */
+.du-command             { font-family: monospace; }
+.du-option              { font-family: avantgarde, sans-serif; }
+.du-filevar             { font-family: avantgarde, sans-serif;
+                          font-style: italic; }
+.du-xxx:before          { content: "** ";
+                          font-weight: bold; }
+.du-xxx:after           { content: " **";
+                          font-weight: bold; }
+
+
+/*
  * Some specialization for printed output.
  */
 @media print {



More information about the Python-checkins mailing list