Skip to content

Commit b20c4b7

Browse files
committed
[css-values] Whitespace fix
1 parent f02bb2e commit b20c4b7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css-values/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -878,21 +878,21 @@ Relative lengths</h3>
878878
</thead>
879879
<tbody>
880880
<tr><td>''em''
881-
<td>font size of the element
881+
<td>font size of the element
882882
<tr><td>''ex''
883-
<td>x-height of the element's font
883+
<td>x-height of the element's font
884884
<tr><td>''ch''
885-
<td>width of the "0" (ZERO, U+0030) glyph in the element's font
885+
<td>width of the "0" (ZERO, U+0030) glyph in the element's font
886886
<tr><td>''rem''
887-
<td>font size of the root element
887+
<td>font size of the root element
888888
<tr><td>''vw''
889-
<td>1% of viewport's width
889+
<td>1% of viewport's width
890890
<tr><td>''vh''
891-
<td>1% of viewport's height
891+
<td>1% of viewport's height
892892
<tr><td>''vmin''
893-
<td>1% of viewport's smaller dimension
893+
<td>1% of viewport's smaller dimension
894894
<tr><td>''vmax''
895-
<td>1% of viewport's larger dimension
895+
<td>1% of viewport's larger dimension
896896
</tbody>
897897
</table>
898898

0 commit comments

Comments
 (0)