]> git.donarmstrong.com Git - debbugs.git/commitdiff
wrap all of the body in a single div, and give that a margin
authorDon Armstrong <don@donarmstrong.com>
Fri, 23 Feb 2018 21:33:26 +0000 (13:33 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 23 Feb 2018 21:33:26 +0000 (13:33 -0800)
html/bugs.css
templates/en_US/cgi/bugreport.tx

index 7bddb101ded04d265c34427a374ebf0f96c4d53a..89b22dfbf73c55b5d061b0cf68f25350228f261e 100644 (file)
@@ -9,13 +9,19 @@ html {
 }
 
 body {
-    color: #000; 
-    background: #fefefe;
-    margin: 10px;
+/*     color: #000; 
+    background: #fefefe; */
+    margin: 0px;
     border: 0;
     padding: 0;
 }
 
+/* this is the main container for content outside of the header and footer */
+.body {
+    margin-left: 0.5em;
+    margin-right: 0.5em;
+}
+
 h1, h2, h3 {
     color: #000; 
     background: #fefefe;
index 21f7c4eaff24235e53c688a6341ebfe44cb2b5a4..5bdee554d8e9d4e09c30657ba7caae75df3f8b8d 100644 (file)
@@ -17,7 +17,8 @@ function toggle_infmessages()
 </head>
 <body>
     <div class="debbugs_install"><: $config.project :> <: $config.bug :> report logs</div>
-    <h1 class="bug_header"><a class="bug_email" href="mailto:<: $bug_num :>@<: $config.email_domain :>">#<: $bug_num :></a>
+    <div class="body">
+    <h1 class="bug_title"><a class="bug_email" href="mailto:<: $bug_num :>@<: $config.email_domain :>">#<: $bug_num :></a>
         <span class="bug_subject"><: $status.subject :></span>
     </h1>
 <div class="versiongraph"><: raw($version_graph) :></div>
@@ -43,6 +44,7 @@ to this <: $config.bug :>.</span>
 <script>
  document.write("<span class=\"uselessmessages\"><a href=\"javascript:toggle_infmessages();\">Toggle useless messages</a></span>")
 </script>
+    </div>
 <hr>
 <p class="msgreceived">Send a report that <a href="<: $config.cgi_domain :>/bugspam.cgi?bug=<: $bug_num :>">this bug log contains spam</a>.</p>
 <hr>