diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-20 17:39:19 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-20 17:39:19 -0800 |
commit | 855f0613ed1c0fe28f62f105c1433d29cec7fa86 (patch) | |
tree | 87cab403eb13075711539d059d8072b232cb5ab9 /bn_django/git_browse/templates | |
parent | 3d203c153301d4dd9c3285e7dea86ee09eb3b0c5 (diff) | |
download | bnewnet-855f0613ed1c0fe28f62f105c1433d29cec7fa86.tar.gz bnewnet-855f0613ed1c0fe28f62f105c1433d29cec7fa86.zip |
moved git_browse style to seperate file, added style options
TODO: wire style options
Diffstat (limited to 'bn_django/git_browse/templates')
-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 %} |