diff options
Diffstat (limited to 'bn_django/git_browse')
-rw-r--r-- | bn_django/git_browse/templates/git_browse/base.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bn_django/git_browse/templates/git_browse/base.html b/bn_django/git_browse/templates/git_browse/base.html index 0edb5a7..93814c1 100644 --- a/bn_django/git_browse/templates/git_browse/base.html +++ b/bn_django/git_browse/templates/git_browse/base.html @@ -1,5 +1,13 @@ {% extends "base.html" %} +{% 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">--> + +{% endblock %} + {% block path %} <a href="/code/">code</a> » {% if object %} |