From efe1ea873b064c3b9b1d4bcee8766285611cd2b1 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 30 Aug 2023 13:17:27 +0200 Subject: [PATCH] Fix h1 tags --- pages/en/account.html | 1 + pages/en/webring.html | 1 + pages/sr/account.html | 1 + pages/sr/webring.html | 1 + site/styles/account.css | 4 ---- site/styles/contact.css | 4 ---- site/styles/events.css | 5 ----- site/styles/home.css | 5 ----- site/styles/services.css | 5 ----- site/styles/style.css | 7 +++++++ 10 files changed, 11 insertions(+), 23 deletions(-) diff --git a/pages/en/account.html b/pages/en/account.html index 35991860..d0594ac8 100644 --- a/pages/en/account.html +++ b/pages/en/account.html @@ -1,3 +1,4 @@ +

Account

If you have created an account on dmz.rs, you can use our XMPP and e-mail server, as well as other services that support LDAP login.

For more on XMPP see this tutorial.

You can see settings for the Thundebird mail client on this image.

diff --git a/pages/en/webring.html b/pages/en/webring.html index 03913f99..ec87b4d2 100644 --- a/pages/en/webring.html +++ b/pages/en/webring.html @@ -1,3 +1,4 @@ +

Webring

\ No newline at end of file diff --git a/pages/sr/account.html b/pages/sr/account.html index 9f8bbdc3..4781cb84 100644 --- a/pages/sr/account.html +++ b/pages/sr/account.html @@ -1,3 +1,4 @@ +

Nalog

Ako si napravio nalog na dmz.rs možeš koristiti naš XMPP i e-mail server, kao i ostale servise koji podržavaju LDAP login.

Za više o XMPP-u pogledaj tutorial.

Podešavanja za Thundebird mail klijent možeš pogledati na slici.

diff --git a/pages/sr/webring.html b/pages/sr/webring.html index 03913f99..ec87b4d2 100644 --- a/pages/sr/webring.html +++ b/pages/sr/webring.html @@ -1,3 +1,4 @@ +

Webring

\ No newline at end of file diff --git a/site/styles/account.css b/site/styles/account.css index 02767172..e69de29b 100644 --- a/site/styles/account.css +++ b/site/styles/account.css @@ -1,4 +0,0 @@ -h1 { - margin-bottom: 2rem; - font-weight: normal; -} \ No newline at end of file diff --git a/site/styles/contact.css b/site/styles/contact.css index 02767172..e69de29b 100644 --- a/site/styles/contact.css +++ b/site/styles/contact.css @@ -1,4 +0,0 @@ -h1 { - margin-bottom: 2rem; - font-weight: normal; -} \ No newline at end of file diff --git a/site/styles/events.css b/site/styles/events.css index e7fc4baa..85c09163 100644 --- a/site/styles/events.css +++ b/site/styles/events.css @@ -1,8 +1,3 @@ -h1 { - margin-bottom: 2rem; - font-weight: normal; -} - .event { display: flex; flex-direction: row; diff --git a/site/styles/home.css b/site/styles/home.css index 7e8cc84a..22974421 100644 --- a/site/styles/home.css +++ b/site/styles/home.css @@ -1,8 +1,3 @@ -h1 { - margin-bottom: 2rem; - font-weight: normal; -} - dl { padding: 1rem 0; } diff --git a/site/styles/services.css b/site/styles/services.css index 1f842b45..87c24029 100644 --- a/site/styles/services.css +++ b/site/styles/services.css @@ -20,8 +20,3 @@ td { padding: 0 1rem 1rem 1rem; vertical-align: top; } - -h1 { - margin-bottom: 2rem; - font-weight: normal; -} \ No newline at end of file diff --git a/site/styles/style.css b/site/styles/style.css index cbd85595..4553a45d 100644 --- a/site/styles/style.css +++ b/site/styles/style.css @@ -68,6 +68,13 @@ main { overflow: auto; } +main h1 { + margin-bottom: 2rem; + font-weight: normal; + font-size: 1.5em; + font-variant-caps: small-caps; +} + a, a:visited { text-decoration: none;