Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #644, Removed unnecessary left padding on various UL elements #645

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions about-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ <h2>PRINCIPLES</h2>
<div id="testimonial-slider2" class="owl-carousel">
<div>
<h4><b>Identity</b></h4>
<p><ul class="leftAlign">
<p><ul class="leftAlign px-5">
<li>1. Clear mission – Fully disclosed objectives.</li>
<li>2. Declared commitments – Affinities and aversions explained.</li>
<li>3. Declared outside connections – Relationships with other organizations explicitly listed.</li>
</ul></p>
</div>
<div>
<h4><b>Structure</b></h4>
<p><ul class="leftAlign">
<p><ul class="leftAlign px-5">
<li>1. Horizontal organization – Teams and facilitators work on responsibilities and agreements.</li>
<li>2. Identified contributors – Who is who, people are reachable.</li>
<li>3. Clear responsibilities – Who is in charge of what.</li>
Expand All @@ -81,15 +81,15 @@ <h6>See <a href="https://wiki.sugarlabs.org/go/Wiki_Team/Guide/Wiki_Structure" c
</div>
<div>
<h4><b>Operation</b></h4>
<p><ul class="leftAlign">
<p><ul class="leftAlign px-5">
<li>1. Open participation – Anybody can access the information and get a first responsibility.</li>
<li>2. Meritocracy – Responsibilities are acquired (or lost) based on one's skills, results, and contributors’ support.</li>
<li>3. Voluntary (non-)engagement – Nobody is forced to be involved or to keep responsibilities.</li>
</ul></p>
</div>
<div>
<h4><b>Information</b></h4>
<p><ul class="leftAlign">
<p><ul class="leftAlign px-5">
<li>1. Regular reports – Reported activities and future plans allow monitoring and participation.</li>
<li>2. Information accessible – Even internal operational information is available by default.</li>
<li>3. Explicit confidentiality – It is explained what matters are confidential, why, and who can access them.</li>
Expand All @@ -98,7 +98,7 @@ <h6>We try to operate <a href="https://wiki.sugarlabs.org/go/Archive/Current_Eve
</div>
<div>
<h4><b>Goods</b></h4>
<p><ul class="leftAlign">
<p><ul class="leftAlign px-5">
<li>1. Economic model – Feasibility and sustainability plans are exposed. (Please see/contribute to the discussion here.)</li>
<li>2. Resources – Inventory of items detailing who contributed what and why.</li>
<li>3. Public accounts – It’s clear where the money comes from and where it goes.</li>
Expand Down
1 change: 0 additions & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,5 @@

/* fix list rendering */
ul {
padding: revert;
list-style: inherit;
}