annotate DOCS/default.css @ 17635:db13b7295651

memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)
author aurel
date Thu, 16 Feb 2006 22:43:42 +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 }