Changeset 10898


Ignore:
Timestamp:
2005-11-15T11:59:25+13:00 (18 years ago)
Author:
jrm21
Message:

oops, fixed amount of space left for spacer in navbar (was using margin:
instead of margin-left:, which added too much space)

File:
1 edited

Legend:

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

    r10872 r10898  
    149149
    150150# the spacer image - the width of this is calculated and set from server
    151 _navbarspacer_ {<span style="margin:_widthtspace_px;"></span>}
     151_navbarspacer_ {<span style="margin-left: _widthtspace_px;"></span>}
    152152
    153153_navbarspacer_[v=1] {<br>
Note: See TracChangeset for help on using the changeset viewer.