[Python-checkins] CVS: python/nondist/peps style.css,1.3,1.4
Fred L. Drake
fdrake@users.sourceforge.net
2002年4月04日 08:11:05 -0800
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv31186
Modified Files:
style.css
Log Message:
Move more style information into the style sheets.
Index: style.css
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** style.css 4 Apr 2002 15:40:17 -0000 1.3
--- style.css 4 Apr 2002 16:11:03 -0000 1.4
***************
*** 11,12 ****
--- 11,19 ----
.header, .content { margin-left: 1em;
margin-right: 1em; }
+
+ .header table td { text-align: left; }
+ .header table th { text-align: right;
+ font-family: sans-serif;
+ padding-right: 0.5em; }
+
+ h3 { font-family: sans-serif; }