Changeset 55 in lab


Ignore:
Timestamp:
Sep 24, 2010 4:48:00 PM (14 years ago)
Author:
mitty
Message:
  • customized trac CSS for shared template
Location:
trunk/trac
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/trac/site.html

    r54 r55  
    33      xmlns:py="http://genshi.edgewall.org/" 
    44      py:strip=""> 
    5   <!--! 
    6     This file allows customizing the appearance of the Trac installation. 
    7     Add your customizations here and rename the file to site.html. Note that 
    8     it will take precedence over a global site.html placed in the directory 
    9     specified by [inherit] templates_dir. 
    10      
    11     More information about site appearance customization can be found here: 
    12      
    13       http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance 
    14   --> 
     5  <!--! Add site-specific style sheet --> 
     6  <head py:match="head" py:attrs="select('@*')"> 
     7    ${select('*|comment()|text()')} 
     8    <link rel="stylesheet" type="text/css" 
     9          href="/static/htdocs/custom.css" /> 
     10  </head> 
    1511</html> 
Note: See TracChangeset for help on using the changeset viewer.