Added monospace text and nowrap for tables
Update index.php, tables.php, and 7 more files...
This commit is contained in:
6
htdocs/parts/text_styles.php
vendored
6
htdocs/parts/text_styles.php
vendored
@@ -49,6 +49,12 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
||||
<td><span class="code">.t-overline</span></td>
|
||||
<td><span class="t-muted">N/A</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p class="t-bold">Monospace</p></td>
|
||||
<td><p class="t-monospace">monospace text</p></td>
|
||||
<td><span class="code">.t-monospace</span></td>
|
||||
<td><span class="t-muted">N/A</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user