diff --git a/theme/wttf/static/main.css b/theme/wttf/static/main.css index 755b136..c9a45bd 100644 --- a/theme/wttf/static/main.css +++ b/theme/wttf/static/main.css @@ -114,6 +114,9 @@ header{ position: relative; z-index: 10; } + #menu a{ + text-decoration: none; + } #menu.main .indent{ padding-left:60px; } diff --git a/theme/wttf/templates/article.html b/theme/wttf/templates/article.html index 8f8271f..4e8b61e 100644 --- a/theme/wttf/templates/article.html +++ b/theme/wttf/templates/article.html @@ -8,14 +8,14 @@ {% block header %}

- Welcome to - the + Welcome to + the - Federation + Federation

{% endblock %} diff --git a/theme/wttf/templates/base.html b/theme/wttf/templates/base.html index b949157..1a82455 100644 --- a/theme/wttf/templates/base.html +++ b/theme/wttf/templates/base.html @@ -45,29 +45,29 @@ {% block header %}

- Welcome -
to the + Welcome +
to the
-
Federation
+
{{ SUBTITLE }}

- Welcome to - the + Welcome to + the - Federation + Federation

{% endblock %}