Added some template changes - Document List now shows description
[biaweb2.git] / templates / style.tpl.css
index d1688ca..2f9d6b5 100644 (file)
@@ -5,7 +5,8 @@ body {
     font-size: 0.9em;
     margin: 0;
     padding: 0;
-}      
+}
+
 h1, h2, h3, h4, h5, h6 {
     font-family: Georgia, 'Times New Roman', Times, serif;
 }
@@ -16,6 +17,22 @@ header {
     float: left;
     text-align: center;
 }
+.doclisttable {
+    width: 100%;
+    text-align: left;
+}
+
+.doclisttable thead {
+    font-weight: bold;
+}
+
+.doclisttable tbody {
+    color: #3f3f3f;
+}
+
+.doclisttable td {
+    padding:0.2em;
+}
 
 .inlinelist {
     display: inline-block;