templates/header.tmpl
changeset 672 dbe0ce2ae196
parent 602 56d81b303656
child 1308 2073e5a71008
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -27,7 +27,8 @@ a { text-decoration:none; }
 }
 
 /* Common */
-.pre { font-family: monospace; white-space: pre; }
+pre { margin: 0; }
+
 
 /* Changelog entries */
 .changelogEntry { width: 100%; }
@@ -44,11 +45,10 @@ a { text-decoration:none; }
 #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>