Changeset ec2b7c9 in lab.git


Ignore:
Timestamp:
Sep 24, 2010 4:48:00 PM (14 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
439448c
Parents:
c273ad8
Message:
  • customized trac CSS for shared template

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@55 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

Location:
trac
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trac/site.html

    rc273ad8 rec2b7c9  
    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.