changes in xsl and css, 0 instead of NULL in code
[mdictionary] / data / xsl / style.css
1 div.tab {
2        
3        border-style            : solid;
4        border-width            : thin;
5        width                   : 100%
6 }
7
8 div.info {
9         font-weight            : bold;
10         text-align             : center;
11         border-style           : solid;
12         border-width           : thin;
13         margin                 : 2px 2px 2px 2px;                 
14         background-color       : #99FF99;
15 }
16
17 div.key {
18        font-weight             : bold;
19        text-align              : center;
20        border-style            : solid;
21        border-width            : thin;
22        margin                  : 2px 2px 2px 2px;   
23        background-color        : #99CCFF; 
24 }
25
26 div.cell {
27        border-style            : solid;
28        border-width            : thin;
29        margin                  : 2px 2px 2px 2px;
30 }
31
32 span.i {
33         font-style             : italic;
34 }
35
36 span.b {
37          font-weight           : bold;
38 }
39
40 span.u {
41             text-decoration    : underline;
42 }
43
44
45