Changeset 2502

Show
Ignore:
Timestamp:
01/21/10 08:10:53 (8 weeks ago)
Author:
JensDiemer
Message:

change headline_anchor css selection

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/pylucid_project/apps/pylucid/templates/pylucid/headline_anchor.html

    r2500 r2502  
    11<h{{ no }} id="{{ anchor }}" class="headline_anchor"> 
    2 <a href="#top" title="{% trans 'go top' %}" class="top_link">&uarr;&nbsp;</a> 
    3 <a title="{% trans 'Permalink to this section' %}" href="{{ anchor_link }}" class="anchor">{{ txt }}</a> 
     2<a href="#top" title="{% trans 'go top' %}" class="top_link"><span class="uarr">&uarr;&nbsp;</span>{{ txt }}</a> 
     3<a title="{% trans 'Permalink to this section' %}" href="{{ anchor_link }}" class="section_anchor">&nbsp;#</a> 
    44</h{{ no }}>