]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/bugs.css
* Move code from bugreport.cgi to Debbugs::CGI::Bugreport
[debbugs.git] / html / bugs.css
index ed42581fc96de888417f64974b4ccd7a3bd75cee..abe4f580a383af1f7c0ac5ab1946a4b170586dbc 100644 (file)
@@ -2,14 +2,14 @@ html {
     color: #000; 
     background: #fefefe;
     font-family: serif;
-    margin: 1em;
+    margin: 0;
     border: 0;
     padding: 0;
     line-height: 120%;
 }
 
 body {
-    margin: 0;
+    margin: 10px;
     border: 0;
     padding: 0;
 }
@@ -120,6 +120,42 @@ pre.mime {
     color: #686868;
 }
 
+.buginfo p
+{ 
+  font-family: sans-serif;
+  font-size: 110%;
+  margin-bottom: 0px
+}
+
+.buginfo p + p
+{ 
+  margin: 0;
+  margin-top: 0px;
+  border: 0;
+}
+
+
+.pkginfo p
+{ font-family: sans-serif;
+  font-size: 110%;
+  margin-bottom: 0px
+}
+
+.pkginfo p + p
+{ 
+  margin: 0;
+  margin-top: 0px;
+  padding: 0;
+  border: 0;
+}
+
+
+.versiongraph
+{
+  float: right
+  
+}
+
 pre.tags {
     color: #a3a3a3;
     font-size: 90%;