diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2010-08-10 12:17:03 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2010-08-10 12:17:03 +0800 |
commit | 84bef91e8851dbb9e377529bb18956619bfd5442 (patch) | |
tree | fde6b86d4d8f256c722424d53399fe94ea204838 | |
parent | 5b984a0262c42ef5ac8f05a687978235a12a6e28 (diff) | |
download | patchwork-84bef91e8851dbb9e377529bb18956619bfd5442.tar patchwork-84bef91e8851dbb9e377529bb18956619bfd5442.tar.gz |
templates: remove "beta"
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r-- | htdocs/css/style.css | 6 | ||||
-rw-r--r-- | templates/base.html | 3 |
2 files changed, 1 insertions, 8 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index c9127fa..d969f52 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -27,12 +27,6 @@ body { margin-bottom: 0; } -.beta { - font-size: 60%; - vertical-align: sub; - line-height: 2em; -} - #auth { border-left: thin solid white; padding-top: 0em; diff --git a/templates/base.html b/templates/base.html index 216797f..ec0204d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,8 +13,7 @@ <div id="title"> <h1 style="float: left;"> <a - href="{% url patchwork.views.projects %}">Patchwork</a><span - class="beta">β</span> + href="{% url patchwork.views.projects %}">Patchwork</a> {% block heading %}{% endblock %}</h1> <div id="auth"> {% if user.is_authenticated %} |