Skip to content

Commit 2d49437

Browse files
committed
[css-syntax] Tweak table styling.
1 parent d0b6081 commit 2d49437

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css-syntax/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4476,7 +4476,7 @@ <h2 class="heading settled heading" data-level=9 id=serialization><span class=se
44764476
#serialization-tables table { margin: 1em 0 }
44774477
#serialization-tables table { border-collapse: collapse }
44784478
#serialization-tables tr:nth-child(even) { background: rgba(0, 0, 0, .1) }
4479-
#serialization-tables th { padding: .2em .5em; line-height: 1.1 }
4479+
#serialization-tables th { padding: .2em .5em; line-height: 1.1; font-size: 90% }
44804480
#serialization-tables th, td { text-align: center }
44814481
</style>
44824482

@@ -4506,12 +4506,12 @@ <h2 class="heading settled heading" data-level=9 id=serialization><span class=se
45064506
<th>ident</th>
45074507
<th>function</th>
45084508
<th>url</th>
4509-
<th>bad-url</th>
4509+
<th>bad url</th>
45104510
<th>-</th>
45114511
<th>number</th>
45124512
<th>percentage</th>
45134513
<th>dimension</th>
4514-
<th>unicode-range</th>
4514+
<th>unicode range</th>
45154515
<th>CDC</th>
45164516
<th>(</th>
45174517
</tr>
@@ -4628,7 +4628,7 @@ <h2 class="heading settled heading" data-level=9 id=serialization><span class=se
46284628
<td></td>
46294629
</tr>
46304630
<tr>
4631-
<th>unicode-range</th>
4631+
<th>unicode range</th>
46324632
<td></td>
46334633
<td></td>
46344634
<td></td>

css-syntax/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3000,7 +3000,7 @@ <h2 id="serialization">
30003000
#serialization-tables table { margin: 1em 0 }
30013001
#serialization-tables table { border-collapse: collapse }
30023002
#serialization-tables tr:nth-child(even) { background: rgba(0, 0, 0, .1) }
3003-
#serialization-tables th { padding: .2em .5em; line-height: 1.1 }
3003+
#serialization-tables th { padding: .2em .5em; line-height: 1.1; font-size: 90% }
30043004
#serialization-tables th, td { text-align: center }
30053005
</style>
30063006

@@ -3010,12 +3010,12 @@ <h2 id="serialization">
30103010
<th>ident</th>
30113011
<th>function</th>
30123012
<th>url</th>
3013-
<th>bad-url</th>
3013+
<th>bad url</th>
30143014
<th>-</th>
30153015
<th>number</th>
30163016
<th>percentage</th>
30173017
<th>dimension</th>
3018-
<th>unicode-range</th>
3018+
<th>unicode range</th>
30193019
<th>CDC</th>
30203020
<th>(</th>
30213021
</tr>
@@ -3132,7 +3132,7 @@ <h2 id="serialization">
31323132
<td></td>
31333133
</tr>
31343134
<tr>
3135-
<th>unicode-range</th>
3135+
<th>unicode range</th>
31363136
<td></td>
31373137
<td></td>
31383138
<td></td>

0 commit comments

Comments
 (0)