Skip to content

Commit 2675cba

Browse files
#614: Attempt to work around outdated W3C validator complaints (#621)
1 parent a3c7c58 commit 2675cba

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

shacl12-common/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,3 +289,14 @@ div.syntaxmenu {
289289
.ds-selector-tabs .selected {
290290
display: block;
291291
}
292+
293+
.ui-form {
294+
background: light-dark(#f3f3f3, #2b2b2b);
295+
padding: 8px;
296+
}
297+
298+
.ui-form-header {
299+
font-size: 18px;
300+
font-weight: bold;
301+
color: light-dark(#0000a0, #66aaff);
302+
}

shacl12-core/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5425,8 +5425,8 @@ <h3>sh:group</h3>
54255425
<p>
54265426
A form building application MAY use the information above to display information as follows:
54275427
</p>
5428-
<div style="background: light-dark(#f3f3f3, #2b2b2b); padding: 8px">
5429-
<div style="font-size: 18px; color: light-dark(#0000a0, #66aaff);"><b>Name</b></div>
5428+
<div class="ui-form">
5429+
<div class="ui-form-header">Name</div>
54305430
<table>
54315431
<tbody><tr>
54325432
<td style="text-align: right; width: 160px"><b>first name:</b></td>
@@ -5437,7 +5437,7 @@ <h3>sh:group</h3>
54375437
<td>Doe</td>
54385438
</tr>
54395439
</tbody></table>
5440-
<div style="font-size: 18px; padding-top: 6px; color: light-dark(#0000a0, #66aaff);"><b>Address</b></div>
5440+
<div class="ui-form-header" style="padding-top: 8px">Address</div>
54415441
<table>
54425442
<tbody><tr>
54435443
<td style="text-align: right; width: 160px"><b>street address:</b></td>

0 commit comments

Comments
 (0)