From 84bef91e8851dbb9e377529bb18956619bfd5442 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 10 Aug 2010 12:17:03 +0800 Subject: [PATCH] templates: remove "beta" Signed-off-by: Jeremy Kerr --- htdocs/css/style.css | 6 ------ templates/base.html | 3 +-- 2 files changed, 1 insertion(+), 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 @@

Patchworkβ + href="{% url patchwork.views.projects %}">Patchwork {% block heading %}{% endblock %}

{% if user.is_authenticated %} -- 2.39.2