Ignore:
Timestamp:
11/16/08 15:09:04 (4 years ago)
Author:
WanWizard
Message:

new theme: Hezo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/public/Hezo/php-files/themes/Hezo/templates/templates/_opentable.tpl

    r2039 r2040  
    2222{*                                                                         *} 
    2323{***************************************************************************} 
    24 <table cellpadding='0' cellspacing='0' width='100%' class='main-panel'> 
    25     <tr align='center'> 
    26         <td> 
    27             <table cellpadding='0' cellspacing='0' width='100%'> 
    28                 <tr> 
    29                     <td class='cap-main'> 
    30                         {$title|default:"&nbsp;"} 
    31                     </td> 
     24<table cellpadding='0' cellspacing='0' width='100%' style='margin-top:5px;'> 
     25    <tr> 
     26        <td class='main-panel'> 
     27            <table width='100%' cellpadding='0' cellspacing='0'> 
     28                <tr class='main-panel'> 
     29                    <td class='cap-main'>{$title|default:"&nbsp;"}</td> 
    3230                </tr> 
    3331                <tr> 
    34                     <td class='{$style|default:"main-body"}'> 
     32                <td class='{$style|default:"main-body"}'> 
Note: See TracChangeset for help on using the changeset viewer.