[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: r/tmpl/index: Fix cell and style of table



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

nthykier pushed a commit to branch reporting-rewrite-config-and-archive-handling
in repository lintian.

commit f00483ca51fe3b58ff5c02aa3138a05bbed5152f
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 28 14:47:59 2017 +0000

    r/tmpl/index: Fix cell and style of table
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/templates/index.tmpl       | 2 +-
 reporting/templates/lintian.css.tmpl | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/reporting/templates/index.tmpl b/reporting/templates/index.tmpl
index caec83c..add58ae 100644
--- a/reporting/templates/index.tmpl
+++ b/reporting/templates/index.tmpl
@@ -60,7 +60,7 @@
           my $distributions = join(' ', @{$archive_info->{'distributions'}});
           my $components = join(' ', @{$archive_info->{'components'}});
           my $timestamp = $archive_info->{'timestamp'};
-          $OUT .= qq{      <tr><td rowspan="4">${name}</td><td>Architectures</td></td>$archs</td></tr>\n};
+          $OUT .= qq{      <tr><td rowspan="4">${name}</td><td>Architectures</td><td>$archs</td></tr>\n};
           $OUT .= qq{      <tr><td>Distributions/Suites</td><td>$distributions</td></tr>\n};
           $OUT .= qq{      <tr><td>Components</td><td>$components</td></tr>\n};
           $OUT .= qq{      <tr><td>Mirror timestamp</td><td>$timestamp</td></tr>\n};
diff --git a/reporting/templates/lintian.css.tmpl b/reporting/templates/lintian.css.tmpl
index 9fa23c5..7660e34 100644
--- a/reporting/templates/lintian.css.tmpl
+++ b/reporting/templates/lintian.css.tmpl
@@ -202,17 +202,17 @@ img.graph {
   }
 }
 
-#stats table {
+#stats table, #archives table {
     border-collapse: collapse;
 }
 
-#stats table tr td {
+#stats table tr td, #archives table tr td {
     padding: 3px 5px;
     background-color: #FDFDFD;
     border: 1px solid #CCC;
 }
 
-#stats td span {
+#stats td span, #archives td span {
     margin: 0 3px 0 0;
     padding: 1px 3px;
     font-family: monospace;

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


Reply to: