From: Don Armstrong Date: Fri, 23 Feb 2018 21:33:26 +0000 (-0800) Subject: wrap all of the body in a single div, and give that a margin X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=32127841a17becdb0cc4155bdc939b5e9cbd5179;p=debbugs.git wrap all of the body in a single div, and give that a margin --- diff --git a/html/bugs.css b/html/bugs.css index 7bddb10..89b22df 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -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; diff --git a/templates/en_US/cgi/bugreport.tx b/templates/en_US/cgi/bugreport.tx index 21f7c4e..5bdee55 100644 --- a/templates/en_US/cgi/bugreport.tx +++ b/templates/en_US/cgi/bugreport.tx @@ -17,7 +17,8 @@ function toggle_infmessages()
<: $config.project :> <: $config.bug :> report logs
-

#<: $bug_num :> +
+

#<: $bug_num :> <: $status.subject :>

<: raw($version_graph) :>
@@ -43,6 +44,7 @@ to this <: $config.bug :>. +

Send a report that this bug log contains spam.