Ignore:
Timestamp:
11/16/08 12:32:36 (4 years ago)
Author:
WanWizard
Message:

fixed templates that are to wide for certain themes due to a fixed width setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.profile.members.tpl

    r2010 r2035  
    1919{***************************************************************************} 
    2020{include file="_opentable.tpl" name=$_name title=$locale.420 state=$_state style=$_style} 
    21 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     21<table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    2222    <tr> 
    2323        <td colspan='3'> 
     
    140140</table> 
    141141<br /> 
    142 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     142<table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    143143    <tr> 
    144144        <td class='tbl2' colspan='2'> 
     
    213213    {if $smarty.section.group.first} 
    214214        <br /> 
    215         <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     215        <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    216216            <tr> 
    217217                <td class='tbl2'> 
     
    232232    {if $smarty.section.id.first} 
    233233        <br /> 
    234         <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     234        <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    235235            <tr> 
    236236                <td class='tbl2'> 
Note: See TracChangeset for help on using the changeset viewer.