[Qa-jenkins-scm] [jenkins.debian.net] 05/10: reproducible debian: make package navigation styling match main navigation styling

Holger Levsen holger at layer-acht.org
Thu Jul 28 18:14:12 UTC 2016


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 f159c2dca7d3ef0ccccd55de9f1fda9e9047038c
Author: Valerie R Young <spectranaut at riseup.net>
Date:   Tue Jul 26 17:37:27 2016 -0400

    reproducible debian: make package navigation styling match main navigation styling
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 mustache-templates/reproducible/package_page.mustache | 10 +++++-----
 userContent/reproducible/static/style.css             |  5 -----
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/mustache-templates/reproducible/package_page.mustache b/mustache-templates/reproducible/package_page.mustache
index ee90adf..9a78300 100644
--- a/mustache-templates/reproducible/package_page.mustache
+++ b/mustache-templates/reproducible/package_page.mustache
@@ -1,13 +1,13 @@
 <header class="head">
   <h2 class="package-name">{{package}}</h2>
   <ul class="menu">
-    <h3>Test Details
+    <h4>Test Details
       <a href="/debian/index_notify.html" target="_parent">
         <span class="notification" title="Notifications for this package are enabled. Every reproducibility related status change will be emailed to the maintainers">{{notify_maintainer}}</span>
       </a>
-    </h3>
+    </h4>
     {{#notes_uri}}
-    <li><a href="{{notes_uri}}" title="Additional commentary on this packages unreproduciblity"target="main">notes</a></li>
+    <li><a href="{{notes_uri}}" title="Additional commentary on this packages unreproduciblity" target="main">notes</a></li>
     {{/notes_uri}}
     {{^notes_uri}}
     {{^reproducible}}
@@ -20,9 +20,9 @@
     <li>
       <a href="{{history}}" target="main">test history</a>
     </li>
-    <h3>Suite and Architecture</h3>
+    <h4>Suite and Architecture</h4>
     {{{suitearch_section_html}}}
-    <h3>General Package Details</h3>
+    <h4>General Package Details</h4>
     <li>
       <a href="https://tracker.debian.org/{{package}}" title="Go to: Debian Package Tracking Site">PTS</a>
       <a href="https://bugs.debian.org/src:{{package}}" title="Go to: Debian Bug Tracking Site">BTS</a>
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 5ffd490..e45cbf5 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -78,11 +78,6 @@ a.package:visited, a.noted:visited {
 	float: right;
 }
 
-.package-name {
-	display: block;
-	padding: 0.25em
-}
-
 .package-popular {
 	text-decoration: underline;
 }

-- 
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