[debian-edu-commits] debian-edu/ 01/01: Use 'max-width: 100%' in common/edu.css.xml instead of the fix value '800px' to avoid horizontal scrolling as this allows better view on wider screens. Adjust changelog accordingly. Thanks to Holger for the hint.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Sat Oct 25 19:03:48 UTC 2014


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

schweer-guest pushed a commit to branch master
in repository debian-edu-doc.

commit 954bd7d42536806e7be62bcbca40222bc7b784a2
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Sat Oct 25 20:59:27 2014 +0200

    Use 'max-width: 100%' in common/edu.css.xml instead of the fix value '800px' to avoid horizontal scrolling as this allows better view on wider screens. Adjust changelog accordingly. Thanks to Holger for the hint.
---
 debian/changelog                 | 2 +-
 documentation/common/edu.css.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f75d2ed..1ab3a41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,7 @@ debian-edu-doc (1.6~20141025~8.0) UNRELEASED; urgency=medium
     page of PDF manuals.
   * (de) Add some more 'translated' images.
   * common: Provide edu.css.xml stylesheet and adjust html.xls to let the
-    browser scale html manual images to a maximum width of 800px.
+    browser scale html manual images to avoid horizontal scrolling.
     (Closes: 723143).
 
  -- Holger Levsen <holger at debian.org>  Mon, 20 Oct 2014 09:37:59 +0000
diff --git a/documentation/common/edu.css.xml b/documentation/common/edu.css.xml
index c94cd9e..67a52d4 100644
--- a/documentation/common/edu.css.xml
+++ b/documentation/common/edu.css.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <style>
 img {
-    max-width: 800px;
+    max-width: 100%;
     width: auto;
     height: auto
 }

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



More information about the debian-edu-commits mailing list