Revert my changes since they do not completly/correctly fix the font
issue.
This commit is contained in:
parent
5e385b8b5e
commit
3cc0a07c18
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26317
1 changed files with 3 additions and 6 deletions
|
|
@ -6,8 +6,7 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: verdana, sans-serif;
|
||||
/* font-size: 69%; */
|
||||
font-size: small;
|
||||
font-size: 69%;
|
||||
color: #000;
|
||||
background: #fff url("../images/hdr_fill.png") repeat-x;
|
||||
}
|
||||
|
|
@ -71,14 +70,12 @@ li > p {
|
|||
|
||||
pre {
|
||||
font-family: monospace;
|
||||
/* font-size: 1.4em; */
|
||||
font-size: 1.2em;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
tt {
|
||||
font-family: monospace;
|
||||
/* font-size: 1.4em; */
|
||||
font-size: 1.2em;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
strong, b {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue