templates/header.tmpl
changeset 585 51626d888526
parent 583 415054ea31c1
child 586 11578820b5d7
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -25,5 +25,11 @@ a { text-decoration:none; }
   color: white;
   text-align: right; 
 }
+
+/* Changelog entries */
+.changelogEntry { width: 100%; }
+.changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;}
+.changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
+.changelogEntry th.firstline { text-align: left; width: inherit; }
 -->
 </style>