CSS font fix
Jonas Haag
13 years ago
0 | 0 |
@charset "utf-8";
|
1 | 1 |
|
2 | |
body { margin: 0; padding: 0; font-size: 11pt; font-family: sans; }
|
|
2 |
body { margin: 0; padding: 0; font-size: 11pt; font-family: sans-serif; }
|
3 | 3 |
pre { font-size: 10pt; }
|
4 | 4 |
a, a:visited { color: #003278; text-decoration: none; }
|
5 | 5 |
a:hover { text-decoration: underline; }
|