Downloads

Download tar.gz 81.18 KB
MD5: d75348dfdfd21a8261ec7b659e11492c
SHA-1: d2e6e5cc20cfe239672eedfd5ca1e9bff385f0c9
SHA-256: 53f953d157483ae903c87f9cbaf2404967982ee6d682b10433d9c0655a8a2a4b
Download zip 97.08 KB
MD5: df40108416ea1578682adea3c0bbf731
SHA-1: e78694358d881f23cda3c9c980e1390807157290
SHA-256: 15eae7f27284ad516da0de09b21572569c5bfe761d47dd1e1fb0d4a45fab4536

Release notes

The list of changes are

* page.tpl.php
1. Replace the theme('stylesheet_import') method with a more verbose - but working - method
2. Replace module_exist with module_exists
3. Use the theme('links') method to print the primary and secondary links
* style.css
1. Add a definition for .main-content .node .info .taxonomy to display in-line (see node.tpl.php)
2. Update the .form-item label definitions to have a hidden bottom border by default - this removes the flicker when a label is hovered over
3. Add #node-form {float: left;} ads a fix for a white-space issue in IE
* node.tpl.php
1. Replace the span class="taxonomy" with div class="taxonomy". Having a UL inside a SPAN is not allowed, while having a UL inside a DIV is!
2. add base_path to theme specific css links
* nav.css
1. Update various line-heights from 0.1 to 0.1em
2. Append spacing after an expanded menu item -- by default the background of the sub-menu over writes part of the icon to the left. The addition of the spacing stops this. A better solution would be to have a transparent background

with thanks to paddy_deburca

Created by: Mad Maks
Created on: 17 Jan 2007 at 18:51 UTC
Last updated: 17 Jan 2007 at 18:51 UTC
Unsupported

Other releases