From 855f0613ed1c0fe28f62f105c1433d29cec7fa86 Mon Sep 17 00:00:00 2001
From: bnewbold <bnewbold@manus.(none)>
Date: Tue, 20 Feb 2007 17:39:19 -0800
Subject: moved git_browse style to seperate file, added style options TODO:
 wire style options

---
 bn_django/git_browse/templates/git_browse/base.html | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'bn_django/git_browse')

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> &raquo;
 {% if object %}
-- 
cgit v1.2.3