Replicated changes to the other languages.

This commit is contained in:
falquinho 2018-05-21 15:36:24 -03:00
parent c5b12ff542
commit 8b424b7052
5 changed files with 33 additions and 3 deletions

View File

@ -65,7 +65,7 @@
</div>
<div class="alert alert-info" role="alert">
<h4>Instructions:</h4>
<p><strong>Instructions:</strong></p>
<ul>
<li>Put the Switch in RCM, and connect it to your device.</li>
<li>Select either the example payload, or upload one.</li>

View File

@ -64,7 +64,7 @@
</div>
<div class="alert alert-info" role="alert">
<h4>Istruzioni:</h4>
<p><strong>Istruzioni:</strong></p>
<ul>
<li>Metti lo Switch in RCM e collega il dispositivo.</li>
<li>Scegli il payload di esempio o caricane uno.</li>

View File

@ -1,5 +1,20 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@media only screen and (max-device-width: 768px) {
#title h1 {
font-size: 5vw;
}
#pageBody, #mainForm h4, #goButton, #clearlogsbutton, .btn-group a, #title h4 {
font-size: 3vw;
}
#shouldDebug {
width: 4vw;
height: 4vw;
}
}
body {
margin-top: 0px;
margin-left: 0px;

View File

@ -64,7 +64,7 @@
</div>
<div class="alert alert-info" role="alert">
<h4>Instruções:</h4>
<p><strong>Instruções:</strong></p>
<ul>
<li>Coloque o Switch no modo RCM e conecte-o ao dispositivo.</li>
<li>Escolha um dos payloads disponíveis ou faça upload de um.</li>

View File

@ -1,5 +1,20 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@media only screen and (max-device-width: 768px) {
#title h1 {
font-size: 5vw;
}
#pageBody, #mainForm h4, #goButton, #clearlogsbutton, .btn-group a, #title h4 {
font-size: 3vw;
}
#shouldDebug {
width: 4vw;
height: 4vw;
}
}
body {
margin-top: 0px;
margin-left: 0px;