From 855f0613ed1c0fe28f62f105c1433d29cec7fa86 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 20 Feb 2007 17:39:19 -0800 Subject: moved git_browse style to seperate file, added style options TODO: wire style options --- .../git_browse/templates/git_browse/base.html | 8 +++++ bn_django/templates/base.html | 26 ++++++++++++---- static/style/default.css | 32 ++------------------ static/style/git_browse.css | 35 ++++++++++++++++++++++ 4 files changed, 67 insertions(+), 34 deletions(-) create mode 100644 static/style/git_browse.css 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 }} + + + + +{% endblock %} + {% block path %} code » {% if object %} diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 9375027..e40c27e 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -2,10 +2,15 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +{% block stylesheets %} -bryannewbold.com +{% endblock %} +{% block externaljs %} + +{% endblock %} +{% block windowtitle %}bryannewbold.com{% endblock %}
@@ -13,7 +18,7 @@ bryannewbold.com knowledge  photos  - code + code
@@ -22,7 +27,15 @@

-
style options # # # # +
  style:   + + aA + +  fixed +  sane
@@ -44,11 +57,14 @@ Here lies content!