templates/header.tmpl
changeset 602 56d81b303656
parent 586 11578820b5d7
child 672 dbe0ce2ae196
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -26,6 +26,9 @@ a { text-decoration:none; }
   text-align: right; 
 }
 
+/* Common */
+.pre { font-family: monospace; white-space: pre; }
+
 /* Changelog entries */
 .changelogEntry { width: 100%; }
 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;}
@@ -36,5 +39,16 @@ a { text-decoration:none; }
 #tagEntries { list-style: none; margin: 0; padding: 0; }
 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
 #tagEntries .tagEntry span.node { font-family: monospace; }
+
+/* Changeset entry */
+#changesetEntry { }
+#changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
+#changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
+#changesetDiff ul, #changesetDiff li { list-style: none; margin: 0; padding: 0; }
+
+/* File diff view */
+#filediffEntry { }
+#filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
+#fileDiff ul, #fileDiff li { list-style: none; margin: 0; padding: 0; }
 -->
 </style>