Skip to content

Commit 1b90af4

Browse files
Merge pull request #444 from ossf/smaller_stamp
Make stamp at end smaller
2 parents 65690f1 + 3d0977d commit 1b90af4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/labs/csp1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ <h2>Interactive Lab (<span id="grade"></span>)</h2>
409409
<button type="button" class="resetButton">Reset</button>
410410
<button type="button" class="giveUpButton">Give up</button>
411411
<br><br>
412-
<pre id="correctStamp" class=small"></pre>
412+
<p id="correctStamp" class="small">
413413
<textarea id="debugData" class="displayNone" rows="20" cols="70" readonly>
414414
</textarea>
415415
</form>

docs/labs/hello.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h2>Interactive Lab (<span id="grade"></span>)</h2>
170170
<button type="button" class="resetButton">Reset</button>
171171
<button type="button" class="giveUpButton">Give up</button>
172172
<br><br>
173-
<pre id="correctStamp" class=small"></pre>
173+
<p id="correctStamp" class="small">
174174
<textarea id="debugData" class="displayNone" rows="20" cols="70" readonly>
175175
</textarea>
176176
</form>

docs/labs/input1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h2>Interactive Lab (<span id="grade"></span>)</h2>
226226
<button type="button" class="resetButton">Reset</button>
227227
<button type="button" class="giveUpButton">Give up</button>
228228
<br><br><!-- These go in the last form if there's more than one: -->
229-
<pre id="correctStamp" class=small"></pre>
229+
<p id="correctStamp" class="small">
230230
<textarea id="debugData" class="displayNone" rows="20" cols="70" readonly>
231231
</textarea>
232232
</form>

docs/labs/input2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h2>Interactive Lab (<span id="grade"></span>)</h2>
217217
<button type="button" class="resetButton">Reset</button>
218218
<button type="button" class="giveUpButton">Give up</button>
219219
<br><br>
220-
<pre id="correctStamp" class=small"></pre>
220+
<p id="correctStamp" class="small">
221221
<textarea id="debugData" class="displayNone" rows="20" cols="70" readonly>
222222
</textarea>
223223
</form>

docs/labs/regex1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h3>Part 5</h2>
439439

440440

441441
<br><br><!-- These go in the last form if there's more than one: -->
442-
<pre id="correctStamp" class=small"></pre>
442+
<p id="correctStamp" class="small">
443443
<textarea id="debugData" class="displayNone" rows="20" cols="70" readonly>
444444
</textarea>
445445

0 commit comments

Comments
 (0)