openacs-4/.../resources/Selva/Selva-core.css (+1 -1)
1 1 /* Stylesheet for the Selva default look and feel */
2 2 /* Credits
3 3         Software development:  the .LRN development community (www.dotlrn.org)
4 4         Release Management:
5 5         Visual Design:  Dorian Peters
6 6 end Credits */
7 7
8 8
9 9 /* STANDARD TAGS */
10 10 /* standard html (body, h1, p, form...) */
11 11
12 12 body {
13 13         background: #F2F1CB;
14 14         font: 75%/120% "Trebuchet MS", "Lucida Grande", Arial, sans-serif !important;
15                   font: 70%/120% "Lucida Grande", Verdana, Arial, sans-serif;
  15         font: 80%/120% "Lucida Grande", Verdana, Arial, sans-serif;
16 16         color: #333333;
17 17         margin: 0;
18 18         padding: 0;}
19 19         
20 20         h1 {
21 21         margin-top: -3px;
22 22         font-size: 120%;
23 23         font-weight:bold;
24 24         color: #6E7A6A; }
25 25         
26 26         h2 {
27 27         margin-top: -3px;
28 28         font-size: 110%;
29 29         font-weight:bold;
30 30         color: #545D51; }
31 31         
32 32         h3 {
33 33         margin-top: -3px;
34 34         font-size: 120%;
35 35         font-weight:bold;