diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-07 01:11:24 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-07 01:11:24 -0800 |
commit | a62acac56d61c592b0625a88f0a6977d33c0f1dc (patch) | |
tree | 8eeccc61342f127959b4b78a25837a4dc9722b3e /bn_django | |
parent | b148bab8f549792f19ae0256c00c282f29e061dc (diff) | |
download | bnewnet-a62acac56d61c592b0625a88f0a6977d33c0f1dc.tar.gz bnewnet-a62acac56d61c592b0625a88f0a6977d33c0f1dc.zip |
moved git_wiki, git_browse stylesheets
Diffstat (limited to 'bn_django')
-rw-r--r-- | bn_django/git_browse/templates/git_browse/base.html | 5 | ||||
-rw-r--r-- | bn_django/git_wiki/templates/git_wiki/base.html | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/bn_django/git_browse/templates/git_browse/base.html b/bn_django/git_browse/templates/git_browse/base.html index 4e44ac2..848a06b 100644 --- a/bn_django/git_browse/templates/git_browse/base.html +++ b/bn_django/git_browse/templates/git_browse/base.html @@ -2,10 +2,7 @@ {% 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" /> {% endblock %} {% block path %} diff --git a/bn_django/git_wiki/templates/git_wiki/base.html b/bn_django/git_wiki/templates/git_wiki/base.html index 82884c3..9277037 100644 --- a/bn_django/git_wiki/templates/git_wiki/base.html +++ b/bn_django/git_wiki/templates/git_wiki/base.html @@ -2,10 +2,7 @@ {% block stylesheets %} {{ block.super }} -<!--<link rel="STYLESHEET" type="text/css" href="style/git_wiki.css" /> -<link rel="STYLESHEET" type="text/css" href="/style/git_wiki.css" />--> -<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/git_wiki.css" /> - +<link rel="STYLESHEET" type="text/css" href="/style/git_wiki.css" /> {% endblock %} {% block path %} |