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

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Nov 10 09:08:30 CET 2004


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

Modified Files:
	style.css 
Log Message:
more more styling to the CSS

Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- style.css	19 Oct 2004 15:40:38 -0000	1.37
+++ style.css	10 Nov 2004 08:08:26 -0000	1.38
@@ -141,7 +141,8 @@
                           border: thin solid black;
                           padding: 0pt 1em 4pt 1em; }
 
-.seealso .heading       { font-size: 110%; }
+.seealso > .heading     { font-size: 110%;
+                          font-weight: bold; }
 
 /*
  * Class 'availability' is used for module availability statements at



More information about the Python-checkins mailing list