Ignore:
Timestamp:
07/03/10 13:42:07 (23 months ago)
Author:
dart
Message:

LoReality?:
o Begin some CSS work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/templates/component/navigation.html

    r2098 r2102  
    99<%def name="menu()"> 
    1010        <div id="menu"> 
    11 <ul> 
     11<ul class="menu"> 
    1212        <li> <a href=${h.url_for('/')}>Home</a> </li> 
    1313                % if h.auth.authorized(h.auth.is_valid_user) and not (request.urlvars['controller'] == 'account' and request.urlvars['action'] == 'signout'): 
Note: See TracChangeset for help on using the changeset viewer.