[PythonReports-checkins] htdocs index.shtml, 1.6, 1.7 prt.shtml, 1.2, 1.3 style.css, 1.5, 1.6
Brought to you by:
a1s
From: KACAH <ka...@us...> - 2012-05-15 14:16:09
|
Update of /cvsroot/pythonreports/htdocs In directory vz-cvs-3.sog:/tmp/cvs-serv30075 Modified Files: index.shtml prt.shtml style.css Log Message: Changed font settings in css Index: index.shtml =================================================================== RCS file: /cvsroot/pythonreports/htdocs/index.shtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.shtml 15 May 2012 13:29:28 -0000 1.6 --- index.shtml 15 May 2012 14:16:06 -0000 1.7 *************** *** 57,60 **** --- 57,61 ---- <div class="footnote"> <a id="PythonTM"><b>Python</b><sup>®</sup></a> and the Python logos are trademarks or registered trademarks of the <a href="http://www.python.org/psf/">Python Software Foundation</a>. + <br /> <a id="NoHTML"><sup>(*)</sup></a> HTML output is not implemented yet. </p> Index: style.css =================================================================== RCS file: /cvsroot/pythonreports/htdocs/style.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** style.css 15 May 2012 13:29:28 -0000 1.5 --- style.css 15 May 2012 14:16:06 -0000 1.6 *************** *** 2,10 **** margin:0; padding:0; ! font-size:20px; ! } body { background-color:#f2f2f2; - font:normal 14px "Cambria"; color:black; } --- 2,10 ---- margin:0; padding:0; ! font-size:18px; ! font-family:"Verdana", "Helvetica", "sans-serif"; ! } body { background-color:#f2f2f2; color:black; } *************** *** 15,18 **** --- 15,19 ---- font-style: italic; margin-left: 50%; + font-size:15px; } h1, h2 { *************** *** 95,98 **** --- 96,100 ---- padding-top:10px; background-color:#f2f2f2; + font-size:15px; } .docinfo, .topic { Index: prt.shtml =================================================================== RCS file: /cvsroot/pythonreports/htdocs/prt.shtml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** prt.shtml 15 May 2012 13:15:32 -0000 1.2 --- prt.shtml 15 May 2012 14:16:06 -0000 1.3 *************** *** 5,9 **** <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>PythonReports Templates</title> ! <link rel="stylesheet" type="text/css" href="style.css" > <meta name="date" content="15-dec-2006" /> </head> --- 5,9 ---- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>PythonReports Templates</title> ! <link rel="stylesheet" type="text/css" href="style.css" /> <meta name="date" content="15-dec-2006" /> </head> |