diff --git a/pages/en/account.html b/pages/en/account.html index 3599186..d0594ac 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 03913f9..ec87b4d 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 9f8bbdc..4781cb8 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 03913f9..ec87b4d 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 0276717..e69de29 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 0276717..e69de29 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 e7fc4ba..85c0916 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 7e8cc84..2297442 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 1f842b4..87c2402 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 cbd8559..4553a45 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;