[Python-checkins] python/dist/src/Doc/html style.css,1.42,1.43

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Nov 10 20:22:19 CET 2004


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

Modified Files:
	style.css 
Log Message:
- hack for MSIE5 to make (real) tables center
- remove last <center> element (long deprecated in HTML)


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- style.css	10 Nov 2004 17:56:28 -0000	1.42
+++ style.css	10 Nov 2004 19:22:05 -0000	1.43
@@ -196,9 +196,9 @@
                           border-left-width: 0px;
                           vertical-align: baseline;
                           }
-.realtable .center      { text-align: center; }
-.realtable .left        { text-align: left; }
-.realtable .right       { text-align: right; }
+.center                 { text-align: center; }
+.left                   { text-align: left; }
+.right                  { text-align: right; }
 
 .refcount-info          { font-style: italic; }
 .refcount-info .value   { font-weight: bold;



More information about the Python-checkins mailing list