annotate DOCS/default.css @ 6965:f8ea0af8edb0

optimization
author michael
date Sun, 11 Aug 2002 10:12:15 +0000
parents 4b7d097a9c69
children 5c29c5c5f47c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6583
4b7d097a9c69 big update
gabucino
parents: 6519
diff changeset
1 body {
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 }