spreadfirefox 5.x-1.0
Download: spreadfirefox-5.x-1.0.tar.gz
Size: 81.18 KB
md5_file hash: d75348dfdfd21a8261ec7b659e11492c
First released: January 17, 2007 - 18:51
Last updated: January 17, 2007 - 18:55
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
