Changeset 178


Ignore:
Timestamp:
Oct 10, 2007, 2:54:23 AM (17 years ago)
Author:
tabbott
Message:

Add CSS!

Location:
trunk/web/templates
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/skeleton.tmpl

    r153 r178  
    22<head><title>$title</title>
    33  <link href="/static/favicon.ico" type="image/x-icon" rel="shortcut icon">
    4   <style media="screen" type="text/css">
    5     @import "static/css/all.css";
    6   </style>
     4  <link rel="stylesheet" href="/svn/style.css" type="text/css" />
     5  <link rel="stylesheet" href="/svn/layout.css" type="text/css" media="screen" />
    76  <script type="text/javascript">
    87var helpWin = null;
Note: See TracChangeset for help on using the changeset viewer.