* customized trac CSS for shared template
[lab.git] / trac / site.html
index 9866473..d33d7c8 100644 (file)
@@ -2,14 +2,10 @@
       xmlns:xi="http://www.w3.org/2001/XInclude"
       xmlns:py="http://genshi.edgewall.org/"
       py:strip="">
-  <!--!
-    This file allows customizing the appearance of the Trac installation.
-    Add your customizations here and rename the file to site.html. Note that
-    it will take precedence over a global site.html placed in the directory
-    specified by [inherit] templates_dir.
-    
-    More information about site appearance customization can be found here:
-    
-      http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance
-  -->
+  <!--! Add site-specific style sheet -->
+  <head py:match="head" py:attrs="select('@*')">
+    ${select('*|comment()|text()')}
+    <link rel="stylesheet" type="text/css"
+          href="/static/htdocs/custom.css" />
+  </head>
 </html>