Diff
Not logged in

Differences From:

File src/style.c part of check-in [99eabf9b0c] - Updated the default style.css a bit to make more visually appealing, however, we should finish styling the existing html output, then find someone more artistically talented to come up with a final default css theme. by jnc on 2007-09-25 19:31:18. [view]

To:

File src/style.c part of check-in [cfc7984ede] - Styled the vinfo page by jnc on 2007-09-25 20:21:27. [view]

@@ -296,8 +296,20 @@
     @   padding: 5px 10px 5px 10px;
     @   text-align: right;
     @   background-color: #414f84;
     @   color: white;
+    @ }
+    @ table.label-value th {
+    @   text-align: right;
+    @   vertical-align: top;
+    @ }
+    @ div.section-title {
+    @   margin-bottom: 0px;
+    @   padding: 1px 1px 1px 1px;
+    @   font-size: 1.2em;
+    @   font-weight: bold;
+    @   background-color: #6a7ec7;
+    @   color: #0a1e67;
     @ }
   }
 }