Removed is: template-t5-20100302-multi_outside.xml
Another test blog in the ted series
Note. This description may not match the actual layout. Most of the time the layout is "Outside Sidebar" which moves the sidebar alongside the header.
A new element, the top sidebar, was placed between the bottom of the post column (div id='main-wrapper') and the existing sidebar wrapper. New is maroon, existing green.
<div id='sidebarTop-wrapper'>
<b:section class='sidebar section' id='sidebarTop' preferred='yes'>
</b:section>
</div> <!-- close sidebarTop-wrapper-->
<div id='sidebar-wrapper'>
The stylesheet addition, placed with the other sidebar wrappers:
#sidebarTop-wrapper {
margin-left: 2%;
width: 50%;
float: left;
display: inline; /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
0 comments:
Post a Comment