chiark / gitweb /
Go through CSS and rationalize it. Some cosmetic improvements too.
[disorder] / templates / error.html
index d87e1ee1303b45df8e46af2474b9f2b9aaf12015..64ad6ff60e917e692b7c6f07cb27e5bad4064abc 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!--
 This file is part of DisOrder.
-Copyright (C) 2005 Richard Kettlewell
+Copyright (C) 2005, 2007, 2008 Richard Kettlewell
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -25,11 +25,13 @@ USA
  </head>
  <body>
 @include{topbar}@
-   <h1 class=title>@label:error.title@</h1>
+   <h1>@label:error.title@</h1>
     
+  <div class=error>
     <p class=error>@label{error.@label:error@}@</p>
 
     <p class=error>@label:error.generic@</p>
+  </div>
 
 @include{topbarend}@
  </body>