chiark / gitweb /
cgi css: tighten up spacing in status boxes etc
[disorder] / templates / error.html
index d87e1ee1303b45df8e46af2474b9f2b9aaf12015..79b1e9d7ac79a6c3a46b6fadc228d6e06ac8eb85 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 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
@@ -27,9 +27,11 @@ USA
 @include{topbar}@
    <h1 class=title>@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>