[PythonReports-checkins] htdocs style.css,1.6,1.7
Brought to you by:
a1s
From: KACAH <ka...@us...> - 2012-05-15 14:29:08
|
Update of /cvsroot/pythonreports/htdocs In directory vz-cvs-3.sog:/tmp/cvs-serv32535 Modified Files: style.css Log Message: Footnote moved to left Index: style.css =================================================================== RCS file: /cvsroot/pythonreports/htdocs/style.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** style.css 15 May 2012 14:16:06 -0000 1.6 --- style.css 15 May 2012 14:29:05 -0000 1.7 *************** *** 91,96 **** } .footnote { ! text-align:center; ! width:500px; margin:0 auto; padding-top:10px; --- 91,96 ---- } .footnote { ! text-align:left; ! width:900px; margin:0 auto; padding-top:10px; *************** *** 98,101 **** --- 98,104 ---- font-size:15px; } + .footnote * { + font-size:15px; + } .docinfo, .topic { padding-left:10px; |