blanktheme

Changeset 404

Show
Ignore:
Timestamp:
05/12/09 11:21:13 (10 months ago)
Author:
espaan
Message:

[BlankTheme] removed clearfix on main (ruins IE6), added a commented out z-index in header in basemod, added a readme in the styles/screen.

Location:
trunk/themes/blanktheme
Files:
1 added
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/blanktheme/style/screen/basemod.css

    r401 r404  
    101101        padding: 0 20px; /* do not use top/bottom paddings with fixed height */ 
    102102        height: 110px; 
     103        /*z-index: 100;*/ /* when the navigation is placed inside the header and a multi level menu is used this is needed for ie */ 
    103104      } 
    104105 
  • trunk/themes/blanktheme/templates/body/2col.htm

    r392 r404  
    3737 
    3838                <!-- begin: main content area #main --> 
    39                 <div id="main" class="clearfix"> 
     39                <div id="main"> 
    4040                        <!--[if $layout|checklayout:2]--> 
    4141                        <!-- begin: #col2 column --> 
  • trunk/themes/blanktheme/templates/body/3col231.htm

    r393 r404  
    3737 
    3838                <!-- begin: main content area #main --> 
    39                 <div id="main" class="clearfix"> 
     39                <div id="main"> 
    4040                        <!-- begin: #col2 second column --> 
    4141                        <div id="col2"> 
  • trunk/themes/blanktheme/templates/body/3col.htm

    r388 r404  
    3737 
    3838                <!-- begin: main content area #main --> 
    39                 <div id="main" class="clearfix"> 
     39                <div id="main"> 
    4040                        <!-- begin: #col1 - main column --> 
    4141                        <div id="col1"> 
 
 
Powered by Trac
Design by Arcsin