Fix function pages

This commit is contained in:
Svetlana Maleeva 2023-10-20 18:34:37 +03:00
parent d07df52e69
commit 8dc020c379
5 changed files with 13 additions and 12 deletions

View File

@ -44,27 +44,27 @@
<th style="background-color: #f4f4f4"><b>Interval Explanation</b></th>
</tr>
<tr>
<td>Y</td>
<td><b><em>Y</em></b></td>
<td>The number of complete years.</td>
</tr>
<tr>
<td>M</td>
<td><b><em>M</em></b></td>
<td>The number of complete months.</td>
</tr>
<tr>
<td>D</td>
<td><b><em>D</em></b></td>
<td>The number of days.</td>
</tr>
<tr>
<td>MD</td>
<td><b><em>MD</em></b></td>
<td>The difference between the days (months and years are ignored).</td>
</tr>
<tr>
<td>YM</td>
<td><b><em>YM</em></b></td>
<td>The difference between the months (days and years are ignored).</td>
</tr>
<tr>
<td>YD</td>
<td><b><em>YD</em></b></td>
<td>The difference between the days (years are ignored).</td>
</tr>
</table>

View File

@ -60,11 +60,11 @@
<td>Simplified</td>
</tr>
<tr>
<td>TRUE</td>
<td><b><em>TRUE</em></b></td>
<td>Classic</td>
</tr>
<tr>
<td>FALSE</td>
<td><b><em>FALSE</em></b></td>
<td>Simplified</td>
</tr>
</table>

View File

@ -36,8 +36,9 @@
<p>The <b><em>function_num</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Numeric value</b></th>
<th style="background-color: #f4f4f4"><b>Quartile</b></th>
<th style="background-color: #f4f4f4"><b>function-number (includes hidden values)</b></th>
<th style="background-color: #f4f4f4"><b>function-number (excludes hidden values)</b></th>
<th style="background-color: #f4f4f4"><b>Function</b></th>
</tr>
<tr>
<td><b><em>1</em></b></td>

View File

@ -86,7 +86,7 @@
<td><b><em>1</em></b></td>
</tr>
<tr>
<td>21</td>
<td><b><em>21</em></b></td>
<td>Monday</td>
<td><b><em>2</em></b></td>
</tr>

View File

@ -79,7 +79,7 @@ code {
word-break: break-all;
}
em{
word-break: break-all;
word-break: normal;
}
kbd {