diff options
-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 %} |