Merge branch 'master' into google
[mdictionary] / styles.css
1 th.info {
2         background-color       : #99FF99; 
3 }
4
5 th.key {
6        background-color        : #99CCFF; 
7 }
8
9 span.i {
10         font-style             : italic;
11 }
12
13 span.b {
14          font-weight           : bold;
15 }
16
17 span.u {
18             text-decoration    : underline;
19 }
20
21
22