annotate DOCS/default.css @ 6510:4f23a6c3cda4

use libavcodec's optimized MC functions
author arpi
date Sat, 22 Jun 2002 23:58:15 +0000
parents 919d12cdbb41
children 697e506b8dee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6390
e2a5d7b501ff default style
gabucino
parents:
diff changeset
1 body {
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 }