diff --git a/stylesheets/style.css b/stylesheets/style.css index edebf0c1..0c71ff7c 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -44,7 +44,7 @@ h2 { header { margin: 1em 0; } -header h1 { +h1 { font-family: tahoma; letter-spacing: -2px; font-size: 20pt; diff --git a/templates/themes/basic/index.html b/templates/themes/basic/index.html index 8426e736..89022420 100644 --- a/templates/themes/basic/index.html +++ b/templates/themes/basic/index.html @@ -8,8 +8,10 @@ {{ boardlist.top }} -

{{ settings.title }}

-
{{ settings.subtitle }}
+
+

{{ settings.title }}

+
{{ settings.subtitle }}
+
{% if news|count == 0 %} diff --git a/templates/themes/categories/news.html b/templates/themes/categories/news.html index 56ddfabb..9c7d8340 100644 --- a/templates/themes/categories/news.html +++ b/templates/themes/categories/news.html @@ -8,7 +8,10 @@

{{ settings.title }}

-
{{ settings.subtitle }}
+
+

{{ settings.title }}

+
{{ settings.subtitle }}
+
{% if news|count == 0 %} diff --git a/templates/themes/frameset/news.html b/templates/themes/frameset/news.html index 56ddfabb..2af5e10d 100644 --- a/templates/themes/frameset/news.html +++ b/templates/themes/frameset/news.html @@ -7,8 +7,10 @@ -

{{ settings.title }}

-
{{ settings.subtitle }}
+
+

{{ settings.title }}

+
{{ settings.subtitle }}
+
{% if news|count == 0 %} diff --git a/templates/themes/recent/recent.html b/templates/themes/recent/recent.html index a6daa9e7..a42024c0 100644 --- a/templates/themes/recent/recent.html +++ b/templates/themes/recent/recent.html @@ -9,8 +9,10 @@ {{ boardlist.top }} -

{{ settings.title }}

-
{{ settings.subtitle }}
+
+

{{ settings.title }}

+
{{ settings.subtitle }}
+