Changeset 404
- Timestamp:
- 05/12/09 11:21:13 (10 months ago)
- Location:
- trunk/themes/blanktheme
- Files:
-
- 1 added
- 4 modified
-
style/screen/basemod.css (modified) (1 diff)
-
style/screen/readme.txt (added)
-
templates/body/2col.htm (modified) (1 diff)
-
templates/body/3col231.htm (modified) (1 diff)
-
templates/body/3col.htm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/blanktheme/style/screen/basemod.css
r401 r404 101 101 padding: 0 20px; /* do not use top/bottom paddings with fixed height */ 102 102 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 */ 103 104 } 104 105 -
trunk/themes/blanktheme/templates/body/2col.htm
r392 r404 37 37 38 38 <!-- begin: main content area #main --> 39 <div id="main" class="clearfix">39 <div id="main"> 40 40 <!--[if $layout|checklayout:2]--> 41 41 <!-- begin: #col2 column --> -
trunk/themes/blanktheme/templates/body/3col231.htm
r393 r404 37 37 38 38 <!-- begin: main content area #main --> 39 <div id="main" class="clearfix">39 <div id="main"> 40 40 <!-- begin: #col2 second column --> 41 41 <div id="col2"> -
trunk/themes/blanktheme/templates/body/3col.htm
r388 r404 37 37 38 38 <!-- begin: main content area #main --> 39 <div id="main" class="clearfix">39 <div id="main"> 40 40 <!-- begin: #col1 - main column --> 41 41 <div id="col1">
