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/base/index.html

    r2100 r2102  
    66<html> 
    77<head> 
     8${ h.stylesheet_link( '/style.css') } 
    89    <title>${self.title()}</title> 
    910    ${self.head()} 
     
    1516                ${self.heading()} 
    1617            </div> 
    17             <div class="yui-u"> 
     18            <div id="sign"> 
    1819                % if h.auth.authorized(h.auth.is_valid_user) and not (request.urlvars['controller'] == 'account' and request.urlvars['action'] == 'signout'): 
    1920                    <p>Signed in as ${request.environ['REMOTE_USER']}, 
Note: See TracChangeset for help on using the changeset viewer.