annotate DOCS/default.css @ 6866:1a5858256659

The endless quest to force people into writing good bug reports part 2342: Moved patch section up front, that's what we want most after all. Reworded parts of the howto section and added a link to ESR's excellent RTFM FAQ.
author diego
date Fri, 02 Aug 2002 00:59:35 +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 }