diff --git a/resource/css/skosmos.css b/resource/css/skosmos.css index 028e7abd2..11bdfc72f 100644 --- a/resource/css/skosmos.css +++ b/resource/css/skosmos.css @@ -860,6 +860,15 @@ body { border-radius: 0; } + /* About page + *****************************************/ + #about-content a { + font-size: 1.0em; + color: var(--vocab-link); + text-decoration: underline var(--secondary-medium-color) solid; + font-weight: 700; + } + /* Footer *****************************************/ #footer p { diff --git a/src/view/about-info.inc b/src/view/about-info.inc index eafbd1121..b173c8a55 100644 --- a/src/view/about-info.inc +++ b/src/view/about-info.inc @@ -1,7 +1,8 @@ {# This is the template for the about page. You can enter any html here and show different language versions by using the lang value in a twig conditional as demonstrated below. #} {% block content %} +
{% if request.lang == 'fi' %} -

Tietoja sanastoselaimesta

+

Tietoja sanastoselaimesta

Skosmos on web-pohjainen sanasto ja ontologiaselain.

Skosmos GitHub-repositorio {% elseif request.lang == 'sv' %} @@ -13,4 +14,5 @@

Skosmos is a web based open source ontology browser.

Skosmos GitHub repository {% endif %} +
{% endblock %} diff --git a/src/view/base-template.twig b/src/view/base-template.twig index 2ff415ed9..7acd32e1c 100644 --- a/src/view/base-template.twig +++ b/src/view/base-template.twig @@ -18,15 +18,11 @@ {% endif %} {% for plugin, files in request.plugins.pluginsCSS %}{% for file in files %}{% endfor %}{% endfor %} - {{ ServiceName }}{% block title %}{% endblock %}