annotate DOCS/default.css @ 28115:1a9b1b7e285f

Add extra checks to avoid crashes with broken vqf files. Fixes CVE-2008-5616
author reimar
date Sun, 14 Dec 2008 15:17:18 +0000
parents 5c29c5c5f47c
children 0ad2da052b2e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6986
5c29c5c5f47c Mozilla/Opera/? fix
jonas
parents: 6583
diff changeset
1 body,table {
6390
e2a5d7b501ff default style
gabucino
parents:
diff changeset
2 font-family : Arial, Helvetica, sans-serif;
e2a5d7b501ff default style
gabucino
parents:
diff changeset
3 font-size : 14px;
6396
919d12cdbb41 Also set background color via CSS.
diego
parents: 6390
diff changeset
4 background : white;
6390
e2a5d7b501ff default style
gabucino
parents:
diff changeset
5 }