diff --git a/chat.html b/chat.html index 57a58c9..e9117d1 100644 --- a/chat.html +++ b/chat.html @@ -15,6 +15,11 @@

Chat

Za koriscenje XMPP (Jabber) mozete koristiti Gajim na racunaru , Conversations na Andoroid-u (ne pravite nalog na conversations.im serveru, mozete na dmz.rs ili nekom drugom) i Monal na Apple proizvodima.

Mozete nas naci u XMPP grupi decentrala@conference.dmz.rs

+

+ +
diff --git a/dogadjaji.html b/dogadjaji.html index b48d0c2..2966095 100644 --- a/dogadjaji.html +++ b/dogadjaji.html @@ -14,6 +14,11 @@

Dogadjaji

> Svakog utorka u DC Krovu (Beograd, Kraljice Marije 47, zadnji sprat) u 19h radionica Uvod u mreze

+

+ +
diff --git a/forum.html b/forum.html index 0d4850c..75cf390 100644 --- a/forum.html +++ b/forum.html @@ -15,6 +15,11 @@

Forum

Forum je na https://forum.dmz.rs

Nalog na forumu nije povezan sa nalogom na xmpp i mail serveru

+

+ +
diff --git a/nalog.html b/nalog.html index 30b31f4..ad2ba82 100644 --- a/nalog.html +++ b/nalog.html @@ -21,8 +21,11 @@
  • Izbrisi nalog
  • Promeni lozinku
  • - +
    + +
    - diff --git a/static/main.css b/static/main.css index 5a640da..ff3b2ec 100644 --- a/static/main.css +++ b/static/main.css @@ -6,7 +6,6 @@ body { .container { margin: 2rem auto; margin-left: 2%; - } .header { @@ -63,8 +62,18 @@ main ul li:hover a { color: #000000; } -main ul li:before{ +main ul li:before { content: ">"; padding-right: 5px; color: #24ea26; } + +.back ul li { + float: right; +} + +.back ul li:before { + content: "<"; + padding-right: 5px; + color: #24ea26; +}