mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-02-05 11:21:29 +00:00
Replicated changes to the other languages.
This commit is contained in:
parent
c5b12ff542
commit
8b424b7052
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user