Changeset 15984 for gsdl/trunk/macros


Ignore:
Timestamp:
2008-06-13T13:26:20+12:00 (16 years ago)
Author:
mdewsnip
Message:

Changed _navbarspacer_ from "<span style="margin-left: _widthtspace_px;"></span>" to "<img src="_httpimg_/spacer.gif" width="_widthtspace_" />" because the former isn't compliant HTML (empty span tags aren't allowed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/macros/nav_css.dm

    r12178 r15984  
    5454
    5555# the spacer image - the width of this is calculated and set from server
    56 _navbarspacer_ {<span style="margin-left: _widthtspace_px;"></span>}
     56_navbarspacer_ {<img src="_httpimg_/spacer.gif" width="_widthtspace_" />}
    5757
    5858_navbarspacer_[v=1] {<br>
Note: See TracChangeset for help on using the changeset viewer.