diff --git a/pages/en/statute.html b/pages/en/statute.html index d1f4456..cde4125 100644 --- a/pages/en/statute.html +++ b/pages/en/statute.html @@ -4,12 +4,14 @@

Decentrala is a community, united around the principles of decentralized technology and the spreading of knowledge. 

- - +
+ + +

Donations are accepted only from individuals, with no conditions or obligations.

Only open-source services are hosted on the Decentrala infrastructure.

Parts of the statute can be defined immutable, and cannot be voted on.

diff --git a/pages/sr/statute.html b/pages/sr/statute.html index d9fb42b..263316f 100644 --- a/pages/sr/statute.html +++ b/pages/sr/statute.html @@ -3,9 +3,16 @@

Decentrala je zajednica okupljena oko decentralizacije tehnologija i širenja - znanja. Decentralizacija uključuje ravnopravnost korišćenja tehnologije, - slobodnog softvera, privatnost i bezbednost. + znanja.

+
+ + +

Na Decentralinoj arhitekturi hostuju se samo servisi koji su otvorenog koda

@@ -51,7 +58,8 @@ dodavanja novog clana, ako je prisutan na tom sastanku.

- Trenutni članovi glasačkog tela su pod pseudonimom malin, coja, bora, mad3v, txrpe, euffrat, netstat. + Trenutni članovi glasačkog tela su pod pseudonimom malin, coja, bora, mad3v, + txrpe, euffrat, netstat.

diff --git a/site/styles/statute.css b/site/styles/statute.css index 7734313..e2703a3 100644 --- a/site/styles/statute.css +++ b/site/styles/statute.css @@ -8,3 +8,15 @@ h2 { p { padding-bottom: 1.5rem; } + +.values { + margin-bottom: 1.5rem; + label { + display: block; + padding-bottom: 1rem; + } + + ul > li { + padding-left: 1.5rem; + } +}