diff --git a/pages/en/account.html b/pages/en/account.html index 7e81b04..0b81e15 100644 --- a/pages/en/account.html +++ b/pages/en/account.html @@ -1,8 +1,23 @@
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 Thunderbird mail client on this image.
+
+ 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 + Thunderbird mail client on this + image. +
--
-
+
diff --git a/pages/sr/account.html b/pages/sr/account.html index cc91f6f..8b94cdd 100644 --- a/pages/sr/account.html +++ b/pages/sr/account.html @@ -1,8 +1,22 @@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 Thunderbird mail klijent možeš pogledati na slici.
+
+ 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 Thunderbird mail + klijent možeš pogledati na slici. +
--
-
+
diff --git a/site/styles/account.css b/site/styles/account.css index e69de29..5641b6d 100644 --- a/site/styles/account.css +++ b/site/styles/account.css @@ -0,0 +1,12 @@ +.auth-wrap { + display: flex; + flex-direction: column; + gap: 2px; + padding-top: 24px; + a { + font-size: 18px; + text-transform: uppercase; + letter-spacing: 3px; + font-weight: 600; + } +}