diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-02-24 21:38:38 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-02-24 21:38:38 -0800 |
commit | 71520ba4e171195c983320b9c00e37c215fad39c (patch) | |
tree | 680c3bcfb72600cb6a167c92f5d39c7fd5a38833 /bn_django/git_browse/templates/git_browse/base.html | |
parent | cfeab0aadf7ba357a997c4a0203bcf4176ecc0d3 (diff) | |
download | bnewnet-71520ba4e171195c983320b9c00e37c215fad39c.tar.gz bnewnet-71520ba4e171195c983320b9c00e37c215fad39c.zip |
i'm confused?
Diffstat (limited to 'bn_django/git_browse/templates/git_browse/base.html')
-rw-r--r-- | bn_django/git_browse/templates/git_browse/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/git_browse/templates/git_browse/base.html b/bn_django/git_browse/templates/git_browse/base.html index 89a0139..c86e03b 100644 --- a/bn_django/git_browse/templates/git_browse/base.html +++ b/bn_django/git_browse/templates/git_browse/base.html @@ -4,7 +4,7 @@ {{ 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="http://static.bryannewbold.com/style/git_browse.css" /> {% endblock %} |