|
From: FlorinCB <ory...@us...> - 2008-09-07 22:30:44
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14969 Modified Files: overall_header.tpl overall_header_navigation.tpl overall_header_navigation_phpbb.tpl subSilver.css Log Message: wide witdh Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header.tpl,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** overall_header.tpl 7 Sep 2008 21:54:19 -0000 1.31 --- overall_header.tpl 7 Sep 2008 22:30:30 -0000 1.32 *************** *** 73,77 **** <a name="top"></a> ! <table width="780" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> --- 73,77 ---- <a name="top"></a> ! <table width="100%" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header_navigation.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** overall_header_navigation.tpl 7 Sep 2008 21:54:15 -0000 1.12 --- overall_header_navigation.tpl 7 Sep 2008 22:30:30 -0000 1.13 *************** *** 73,77 **** <a name="top"></a> ! <table width="780" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> --- 73,77 ---- <a name="top"></a> ! <table width="100%" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> Index: overall_header_navigation_phpbb.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header_navigation_phpbb.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overall_header_navigation_phpbb.tpl 7 Sep 2008 21:54:20 -0000 1.1 --- overall_header_navigation_phpbb.tpl 7 Sep 2008 22:30:31 -0000 1.2 *************** *** 73,77 **** <a name="top"></a> ! <table width="780" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> --- 73,77 ---- <a name="top"></a> ! <table width="100%" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> Index: subSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/subSilver.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** subSilver.css 4 Feb 2008 16:01:41 -0000 1.7 --- subSilver.css 7 Sep 2008 22:30:32 -0000 1.8 *************** *** 4,15 **** p, td { font-size: 11px; color: #000000; } /* This is the main table round all portal contents, use with .bodyline */ .mx_main_table { } /* This is the outline table round the overall page header */ .mx_header_table { ! background-color: #FFFFFF; ! border: 2px solid #006699; } --- 4,16 ---- p, td { font-size: 11px; color: #000000; } + /* This is the main table round all portal contents, use with .bodyline */ .mx_main_table { + align:center; } /* This is the outline table round the overall page header */ .mx_header_table { ! border: 0.1em #006699 solid; } |