changes in xsl and css, 0 instead of NULL in code
[mdictionary] / data / xsl / style.css
index c8490f2..24db5fb 100644 (file)
@@ -1,11 +1,34 @@
-th.info {
-       background-color       : #99FF99; 
+div.tab {
+       
+       border-style            : solid;
+       border-width            : thin;
+       width                   : 100%
 }
 
-th.key {
+div.info {
+        font-weight            : bold;
+        text-align             : center;
+        border-style           : solid;
+        border-width           : thin;
+        margin                 : 2px 2px 2px 2px;                 
+       background-color       : #99FF99;
+}
+
+div.key {
+       font-weight             : bold;
+       text-align              : center;
+       border-style            : solid;
+       border-width            : thin;
+       margin                  : 2px 2px 2px 2px;   
        background-color        : #99CCFF; 
 }
 
+div.cell {
+       border-style            : solid;
+       border-width            : thin;
+       margin                  : 2px 2px 2px 2px;
+}
+
 span.i {
         font-style             : italic;
 }