diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-21 21:58:59 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-21 21:58:59 -0800 |
commit | c719dcba2d37f1814aa2bae55947d77453f70b9c (patch) | |
tree | 1f6eb3bc497036c93b31118c58fbb142590cfcee /bn_django/git_browse/templates/git_browse/base.html | |
parent | a1f72ac87a18fe1fcc0cf1a2eb8d69d89ba606df (diff) | |
download | bnewnet-c719dcba2d37f1814aa2bae55947d77453f70b9c.tar.gz bnewnet-c719dcba2d37f1814aa2bae55947d77453f70b9c.zip |
fixed some xhtml nitty gritty, progress on git_wiki
Diffstat (limited to 'bn_django/git_browse/templates/git_browse/base.html')
-rw-r--r-- | bn_django/git_browse/templates/git_browse/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bn_django/git_browse/templates/git_browse/base.html b/bn_django/git_browse/templates/git_browse/base.html index 1656ce0..89a0139 100644 --- a/bn_django/git_browse/templates/git_browse/base.html +++ b/bn_django/git_browse/templates/git_browse/base.html @@ -2,9 +2,9 @@ {% block stylesheets %} {{ block.super }} -<link rel="STYLESHEET" type="text/css" href="style/git_browse.css"> -<link rel="STYLESHEET" type="text/css" href="/style/git_browse.css"> -<!--<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/git_browse.css">--> +<link rel="STYLESHEET" type="text/css" href="style/git_browse.css" /> +<link rel="STYLESHEET" type="text/css" href="/style/git_browse.css" /> +<!--<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/git_browse.css" />--> {% endblock %} |