[Python-checkins] python/dist/src/Doc/html style.css,1.43,1.44
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Thu Nov 11 05:41:27 CET 2004
Update of /cvsroot/python/python/dist/src/Doc/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29483
Modified Files:
style.css
Log Message:
remove unhelpful property setting that overrides the right setting for
text-align in .realtable cells; fix suggested by Richard Brodie
Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- style.css 10 Nov 2004 19:22:05 -0000 1.43
+++ style.css 11 Nov 2004 04:41:24 -0000 1.44
@@ -189,7 +189,6 @@
border-width: 0px 0px 1px 1px;
padding-left: 0.4em;
padding-right: 0.4em;
- text-align: inherit;
}
.realtable td:first-child,
.realtable th:first-child {
More information about the Python-checkins
mailing list