diff options
author | Ben Bangert <ben@groovie.org> | 2009-10-01 15:07:47 -0700 |
---|---|---|
committer | Ben Bangert <ben@groovie.org> | 2009-10-01 15:07:47 -0700 |
commit | 8a3847e6c022078f54edd03b012aa75aad1e9dd1 (patch) | |
tree | f891620544672f05165631b8f09cabcb273e1685 /docs | |
parent | 22717a167dba37961a0319393b56e5ef377ab292 (diff) | |
download | routes-8a3847e6c022078f54edd03b012aa75aad1e9dd1.tar.gz |
Update routes front page
--HG--
branch : trunk
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_templates/index.html | 2 | ||||
-rw-r--r-- | docs/_templates/layout.html | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/_templates/index.html b/docs/_templates/index.html index b8e7275..8a79831 100644 --- a/docs/_templates/index.html +++ b/docs/_templates/index.html @@ -1,8 +1,6 @@ {% extends "layout.html" %} {% set title = 'Overview' %} {% block body %} -<h1>Routes</h1> - <img src="_images/routes-logo.png" width="100" height="171" style="float:left;margin:1em" /> diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 1d98151..2b0e9e2 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -6,5 +6,6 @@ {% endblock %} {% block header %} +<div style="color: #D1361B; font-size: 70px; font-weight: bold; padding: 10px 0 0 10px;">Routes</div> </div> {% endblock %}
\ No newline at end of file |