Added a style selector for <tt>

This commit is contained in:
Loïc Chapeaux
2001-09-04 20:34:49 +00:00
parent 6b19ea08a8
commit 57d167b3e0

View File

@@ -43,7 +43,7 @@ set_font_sizes();
<style type="text/css">
<!--
body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}
pre {font-size: <?php echo $font_size; ?>}
pre, tt {font-size: <?php echo $font_size; ?>}
th {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; background-color: <?php echo $cfgThBgcolor;?>}
td {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}
form {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}