Hello! I am performing a port to D6, and really enjoy the look and feel of this theme. I felt that for my site however, it needed a bit of tuning. I have attached a new version of this theme that includes 3 blocks of equal size underneath the "Featured" block and above the breadcrumb entitled "Headerblock". I have also set the CSS of the main content to stretch to 90% with a min-width of 960px (original size). I found that these revisions work fine, however if you would like to review and/or correct any mistake in syntax or form I am certainly open to criticism. Thanks, and have a great day!
-Demir

CommentFileSizeAuthor
beginningW2.zip135.27 KBTurkish Delight

Comments

Turkish Delight’s picture

Title: 3 Column "Header-Block" added to theme and auto-resizing. » Slight correction

Hello again, slight correction to headerblock.css (border-top should read border-bottom):

original:
#headerblock {
border-top: 1px solid #bdbdbd;
background: #ececec;
}

correction:
#headerblock {
border-bottom: 1px solid #bdbdbd;
background: #ececec;
}

Cheers!
-Demir

gazwal’s picture

Status: Needs review » Closed (fixed)

I'm a bit late ..
your version is now included in the 1.3 release.
thanks

stevenpatz’s picture

Title: Slight correction » 3 Column "Header-Block" added to theme and auto-resizing.
Turkish Delight’s picture

Anything I can do to help further a great theme!
Thank you for adding it to 1.3 and beyond!