Changeset 1847 for trunk/forum


Ignore:
Timestamp:
10/07/2010 11:56:56 AM (20 months ago)
Author:
Xiping.Wang
Message:

[trunk] 1.change logged layout to float. 2.Signup form refactor

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/forum/styles/mike2/template/overall_footer.html

    r1667 r1847  
    4343        </tr> 
    4444</table> 
    45 </div> 
    46 <div class="main-bg-bottom"><div class="main-corner-bg"></div></div> 
     45</div></div> 
     46<div class="main-bg-bottom"><div class="innerbottomwrapper"></div><div class="main-corner-bg"></div></div> 
    4747<!-- PHP --> 
    4848$myskin = $_COOKIE[OMWIKI_DATABASE_NAME.'_'.OMWIKI_DB_TABLE_PREFIX.'myskin']; 
  • trunk/forum/styles/mike2/template/overall_header.html

    r1667 r1847  
    112112        include( $_SERVER['DOCUMENT_ROOT'] . $document_root . '/common/skins/' . $myskin . '/header.php' ); 
    113113<!-- ENDPHP --> 
    114 <div class="main-bg-top"></div> 
    115 <div class="main-wrapper"> 
     114<div class="main-bg-top"><div></div></div> 
     115<div class="main-wrapper"><div class="innerwrapper"> 
    116116        <table cellpadding="0" cellspacing="0" width="100%"><tr> 
    117117                <td id="column-one"> 
Note: See TracChangeset for help on using the changeset viewer.