summaryrefslogtreecommitdiffstats
path: root/doc/_templates
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-23 14:49:21 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-03-25 17:19:43 -0500
commit08b6963f5511662441f43dfcc6d7df05fed8a9b0 (patch)
tree6586b12b7b80980061d9716277c2957bca425ab2 /doc/_templates
parent723f580e5ea060b87155110ca59c7443f270cbe3 (diff)
downloadbcfg2-08b6963f5511662441f43dfcc6d7df05fed8a9b0.tar.gz
bcfg2-08b6963f5511662441f43dfcc6d7df05fed8a9b0.tar.bz2
bcfg2-08b6963f5511662441f43dfcc6d7df05fed8a9b0.zip
doc: Add some color to html tables
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5789 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index ba51646be..eb9f5b821 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,5 +1,9 @@
{% extends "!layout.html" %}
+{% block extrahead %}
+{{ super() }}
+<link rel="stylesheet" href="{{pathto('_static/bcfg2.css', 1)}}" type=""/>
+{% endblock %}
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">home</a> |&nbsp;</li>