[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fedora rpms: improve css

Holger Levsen holger at moszumanska.debian.org
Mon Dec 14 23:45:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit fbdd851af01b9cbff2ad73135e98b466bf5b1c69
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Dec 15 00:45:11 2015 +0100

    reproducible fedora rpms: improve css
---
 bin/reproducible_html_rpms.sh               |  2 +-
 userContent/reproducible/rpms/fedora-23.css | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh
index 32d6c12..d9c197e 100755
--- a/bin/reproducible_html_rpms.sh
+++ b/bin/reproducible_html_rpms.sh
@@ -125,7 +125,7 @@ cat > $PAGE <<- EOF
   </head>
   <body>
     <div id="logo">
-    <p><img src="${RELEASE}_logo.png" alt="$RELEASE logo" height="50%" /></p>
+    <p><img src="${RELEASE}_logo.png" alt="$RELEASE logo" class="logo" /></p>
     </div>
     <div class="content">
       <h1>Reproducible $RELEASE ($ARCH) ?!</h1>
diff --git a/userContent/reproducible/rpms/fedora-23.css b/userContent/reproducible/rpms/fedora-23.css
index 45b0615..c6164b2 100644
--- a/userContent/reproducible/rpms/fedora-23.css
+++ b/userContent/reproducible/rpms/fedora-23.css
@@ -9,6 +9,13 @@ dl, dd, ol, ul, figure {
   margin: 0;
   padding: 0; }
 
+img.logo {
+	max-width: 50%;
+	height: auto;
+	padding: 1em;
+	margin: 0.5em;
+}
+
 /**
  * Basic styling
  */
@@ -21,6 +28,27 @@ body {
   background-color: #fdfdfd;
   -webkit-text-size-adjust: 100%; }
 
+table {
+  background: #ececf5 none repeat scroll 0 0;
+  border: 1px solid #bcd;
+  margin-bottom: 1.5em;
+  padding: 0.65em;
+  width: 100%;
+  font-size: 0.80em;
+  border-collapse: collapse;
+}
+
+table tr td {
+  border-top: 1px dotted #bcd;
+}
+
+table tr td, table th {
+  padding: 0.15em 0.75em;
+}
+
+#variation th:first-child {
+  width: 23%;
+}
 /**
  * Set `margin-bottom` to maintain vertical rhythm
  */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list