create changelog entry
[debian/openrocket] / core / resources / datafiles / tours / style.css
1
2 /*
3  * This stylesheet is used to style all guided tours.
4  * Use only simple styling.
5  *
6  * NOTE:  The Sun JRE does not support "em" widths, use only pixels.
7  */
8
9 div.base {
10   font-family: Arial, sans-serif;
11 }
12
13 p {
14   margin: 0 0 8px;
15 }
16
17 a {
18   color: #0000dd;
19   text-decoration: underline;
20 }
21
22 em {
23   font-style: italics;
24 }