From: Francesco M. <fr...@us...> - 2006-05-16 19:09:58
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26268 Modified Files: style.css updatesite.sh Log Message: made font size a bit bigger Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** updatesite.sh 16 May 2006 03:35:34 -0000 1.18 --- updatesite.sh 16 May 2006 19:08:24 -0000 1.19 *************** *** 37,40 **** chmod -R ug+rw * CVS images docs screenshots wxLua download >/dev/null 2>&1 chmod -R a+x *.sh CVS images docs screenshots wxLua download >/dev/null 2>&1 - - --- 37,38 ---- Index: style.css =================================================================== RCS file: /cvsroot/wxlua/website/style.css,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** style.css 8 Mar 2006 19:31:15 -0000 1.14 --- style.css 16 May 2006 19:08:24 -0000 1.15 *************** *** 18,22 **** html > body { ! font-size: 9pt; } --- 18,22 ---- html > body { ! font-size: 10pt; } |