1
0
mirror of https://github.com/sakofchit/system.css.git synced 2026-05-05 06:01:22 +09:00

Give standard dialog a proper <h1>

This commit is contained in:
Patrick H. Lauke
2022-08-12 20:27:48 +01:00
parent 397e75f9ed
commit 29ff21628e

View File

@@ -485,7 +485,7 @@
<%- example(`
<div class="standard-dialog center" style="width:50%;">
<p class="dialog-text">The Macintosh Finder, Version 1.0 (18 Jan 84)</p>
<h1 class="dialog-text">The Macintosh Finder, Version 1.0 (18 Jan 84)</h1>
<p class="dialog-text">&copy; 1984 Apple Computer</p>
</div>