|
From: Culprit <cul...@us...> - 2008-02-14 09:18:04
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21072/core/templates/prosilver Modified Files: prosilver.css overall_header.html Log Message: more fixes for prosilver Index: prosilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.css,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** prosilver.css 13 Feb 2008 11:50:20 -0000 1.12 --- prosilver.css 14 Feb 2008 09:17:58 -0000 1.13 *************** *** 356,357 **** --- 356,361 ---- padding:10px; } + + .fieldset1 FORM * { + font-size: 1.0em; + } \ No newline at end of file Index: overall_header.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** overall_header.html 12 Feb 2008 08:23:57 -0000 1.8 --- overall_header.html 14 Feb 2008 09:17:58 -0000 1.9 *************** *** 11,15 **** <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- BEGIN switch_phpbb_stylesheet--><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet--> <!-- BEGIN switch_enable_pm_popup --> --- 11,15 ---- <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- BEGIN switch_phpbb_stylesheet --><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet --> <!-- BEGIN switch_enable_pm_popup --> |