Added some template changes - Document List now shows description
[biaweb2.git] / templates / style.tpl.css
index 3b3358e..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;
 }
@@ -13,8 +14,24 @@ header {
     width: 100%;
     color: white;
     background-color:#a1a0c0;
-    height: 50px;
     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 {