Changeset 3923

Show
Ignore:
Timestamp:
09/18/08 19:33:21 (2 months ago)
Author:
hans
Message:

Fix for Opera and (hopefully) IE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/quickhoney/website/static/index.css

    r3904 r3923  
    596596.buttonbox .button-section-items a { 
    597597        padding: 0px 5px 0px 27px; 
    598         vertical-align: -3px; 
    599598        color: black; 
    600         line-height: 0; 
     599
     600 
     601.buttonbox .button-section-items span { 
     602        vertical-align: -3px; 
    601603} 
    602604 
  • trunk/projects/quickhoney/website/static/javascript.js

    r3922 r3923  
    16761676    { 
    16771677        var item = LI({ style: 'background-image: url(' + recolored_image_path(keyword) + ')' }, 
    1678                       A({ href: '#' }, 
    1679                         title)); 
     1678                      A({ href: '#' }, SPAN(null, title))); 
    16801679        item.onclick = function() { action(); return false; }; 
    16811680        return item;