Skip to content

Commit

Permalink
Merge pull request #30 from sledilnik/text-improvements
Browse files Browse the repository at this point in the history
generators: ustvari & sumniki
  • Loading branch information
luka-medic committed Dec 24, 2020
2 parents ec4ad2b + 7d1cb25 commit ab8b782
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions A.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 class="subtitle is-size-4">Proti širitvi virusa SARS-CoV-2 lahko pripomore

<section id="plan" class="instructionSteps">

<h2 class="title section-title is-2">Generiraj SMS</h2>
<h2 class="title section-title is-2">Ustvari SMS</h2>
<div class="instruction">
<p>Tukaj lahko preprosto ustvariš sporočilo Spark.</p>
<br>
Expand Down Expand Up @@ -134,7 +134,7 @@ <h2 class="title section-title is-2">Predogled SMS-a:</h2>
<td style="width: 131px;">
<b>Dodaj šumnike:</b>
</td>
<td>
<td style="width: 0px;">
<div class='checkbox'><input type='checkbox' id='sumniki' name='sumniki' value='sumniki' onclick='changeTextA();' checked><label for='sumniki' ></label></div>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions N.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 class="subtitle is-size-4">Proti širitvi virusa SARS-CoV-2 lahko pripomore

<section id="plan">

<h2 class="title section-title is-2">Generiraj SMS</h2>
<h2 class="title section-title is-2">Ustvari SMS</h2>

<div class="instruction">

Expand All @@ -113,7 +113,7 @@ <h2 class="title section-title is-2">Predogled SMS-a:</h2>
<td style="width: 131px;">
<b>Dodaj šumnike:</b>
</td>
<td>
<td style="width: 0px;">
<div class='checkbox'><input type='checkbox' id='sumniki' name='sumniki' value='sumniki' onclick='changeTextN();' checked><label for='sumniki' ></label></div>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions P.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 class="subtitle is-size-4">Proti širitvi virusa SARS-CoV-2 lahko pripomore

<section id="plan">

<h2 class="title section-title is-2">Generiraj SMS</h2>
<h2 class="title section-title is-2">Ustvari SMS</h2>
<div class="instruction">
<p>Tukaj lahko preprosto ustvariš sporočilo Spark.</p>
<br>
Expand Down Expand Up @@ -140,7 +140,7 @@ <h2 class="title section-title is-2">Predogled SMS-a:</h2>
<td style="width: 131px;">
<b>Dodaj šumnike:</b>
</td>
<td>
<td style="width: 0px;">
<div class='checkbox'><input type='checkbox' id='sumniki' name='sumniki' value='sumniki' onclick='changeTextP();' checked><label for='sumniki' ></label></div>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions R.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 class="subtitle is-size-4">Proti širitvi virusa SARS-CoV-2 lahko pripomore

<section id="plan">

<h2 class="title section-title is-2">Generiraj SMS</h2>
<h2 class="title section-title is-2">Ustvari SMS</h2>
<div class="instruction">
<p>Tukaj lahko preprosto ustvariš sporočilo Spark.</p>
<br>
Expand Down Expand Up @@ -133,7 +133,7 @@ <h2 class="title section-title is-2">Predogled SMS-a:</h2>
<td style="width: 131px;">
<b>Dodaj šumnike:</b>
</td>
<td>
<td style="width: 0px;">
<div class='checkbox'><input type='checkbox' id='sumniki' name='sumniki' value='sumniki' onclick='changeTextR();' checked><label for='sumniki' ></label></div>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions S.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 class="subtitle is-size-4">Proti širitvi virusa SARS-CoV-2 lahko pripomore

<section id="plan">

<h2 class="title section-title is-2">Generiraj SMS</h2>
<h2 class="title section-title is-2">Ustvari SMS</h2>
<div class="instruction">
<p>Tukaj lahko preprosto ustvariš sporočilo Spark.</p>
<br>
Expand Down Expand Up @@ -157,7 +157,7 @@ <h2 class="title section-title is-2">Predogled SMS-a:</h2>
<td style="width: 131px;">
<b>Dodaj šumnike:</b>
</td>
<td>
<td style="width: 0px;">
<div class='checkbox'><input type='checkbox' id='sumniki' name='sumniki' value='sumniki' onclick='changeTextS();' checked><label for='sumniki' ></label></div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion share.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2 class="title section-title is-2">Predogled SMS-a:</h2>
<td style="width: 131px;">
<b>Dodaj šumnike:</b>
</td>
<td>
<td style="width: 0px;">
<div class='checkbox'><input type='checkbox' id='sumniki' name='sumniki' value='sumniki' onclick='changeTextShare();' checked><label for='sumniki' ></label></div>
</td>
</tr>
Expand Down

0 comments on commit ab8b782

Please sign in to comment.