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

Bug#873711: ben: HTML trackers don't match release.debian.org due to typo in CSS



Source: ben
Version: 0.7.4
Severity: normal
Tags: patch

Dear Maintainer,

The HTML pages generated by ben in jessie & stretch doesn't match what's
used on release.debian.org. The column layout is not applied because of
a typo in the CSS which is not fixed in the package.

The attached patch applies the typo fix making the HTML layout match
that used on release.debian.org.

Kind Regards,

Bas
>From 496b342c166b5a02e16e881a3b32d0d1df2a53db Mon Sep 17 00:00:00 2001
From: Bas Couwenberg <sebastic@xs4all.nl>
Date: Wed, 30 Aug 2017 12:55:05 +0200
Subject: Fix column layout for transitions divs.

---
 media/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media/styles.css b/media/styles.css
index 19f04c7..9f9eef7 100644
--- a/media/styles.css
+++ b/media/styles.css
@@ -1,4 +1,4 @@
-div.transition {
+div.transitions {
   display: inline-block;
   vertical-align:text-top;
   margin: 2em;
-- 
2.11.0


Reply to: