[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:49 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=265644b

The following commit has been merged in the master branch:
commit 265644bf40d1ec7dc568491312d3385febb44131
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Oct 11 15:21:31 2015 +0000

    #1111: Minor improvements on small screens.
---
 website/html/include/exiv2.css  | 8 ++++++++
 website/master/download.html.in | 6 ++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/website/html/include/exiv2.css b/website/html/include/exiv2.css
index b118e5b..dcadce6 100644
--- a/website/html/include/exiv2.css
+++ b/website/html/include/exiv2.css
@@ -36,3 +36,11 @@ body {
 .margin-bottom-s {
     margin-bottom: 20px;
 }
+
+.pre-x-scrollable {
+    overflow: auto;
+    -ms-word-wrap: normal;
+    word-wrap: normal;
+    overflow-wrap: normal;
+    white-space: pre;
+}
diff --git a/website/master/download.html.in b/website/master/download.html.in
index 65bf81b..5682f02 100644
--- a/website/master/download.html.in
+++ b/website/master/download.html.in
@@ -73,6 +73,7 @@ __navbar__
 <p>These are the details for the current packages. <a title="Old packages" href="archive.html">Older releases</a> are 
  also still available. See the <a title="Changelog" href="changelog.html">ChangeLog</a> for a detailed list of changes between releases.</p>
 
+<div class="table-responsive">
 <table class="table table-striped">
   <thead>
     <tr>
@@ -100,6 +101,7 @@ __navbar__
     </tr>
   <tbody>
 </table>
+</div>
 
 <p>Exiv2 is developed on GNU/Linux with recent versions of
  <a title="The GNU Compiler Collection" href="http://gcc.gnu.org/">GCC</a>.
@@ -130,14 +132,14 @@ for NLS,
   If you use the standard subversion <code>svn</code> command line client, change to the directory where you want to keep 
   the source code and type:</p>
 
-<pre>$ svn checkout svn://dev.exiv2.org/svn/trunk</pre>
+<pre class="pre-x-scrollable">$ svn checkout svn://dev.exiv2.org/svn/trunk</pre>
 
  <p>Not included in the source distribution are test data and several
   test drivers.  To download these directly from the repository (about
   34 MB), change to your local exiv2-__version__/ directory and use the
   following command:</p>
 
-<pre>$ svn export svn://dev.exiv2.org/svn/tags/__version__/test</pre>
+<pre class="pre-x-scrollable">$ svn export svn://dev.exiv2.org/svn/tags/__version__/test</pre>
 
 <h2 id="license">License</h2>
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list