[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:50 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=81f0e43
The following commit has been merged in the master branch:
commit 81f0e43af4edb081df0ba43c1401f4caa9d0fe57
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Tue Oct 13 02:32:36 2015 +0000
#1111: No vertical scrollbar on the index page of "normal" screens.
---
website/html/include/exiv2.css | 4 ++++
website/master/index.html.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/website/html/include/exiv2.css b/website/html/include/exiv2.css
index dcadce6..9e38f62 100644
--- a/website/html/include/exiv2.css
+++ b/website/html/include/exiv2.css
@@ -37,6 +37,10 @@ body {
margin-bottom: 20px;
}
+.margin-bottom-xs {
+ margin-bottom: 10px;
+}
+
.pre-x-scrollable {
overflow: auto;
-ms-word-wrap: normal;
diff --git a/website/master/index.html.in b/website/master/index.html.in
index 0984f47..aae7df6 100644
--- a/website/master/index.html.in
+++ b/website/master/index.html.in
@@ -5,7 +5,7 @@ __header4__
__navbar__
<div class="container">
- <div class="jumbotron text-center margin-top-m">
+ <div class="jumbotron text-center margin-top-m margin-bottom-xs">
<img src="include/exiv2-logo-big.png" alt="Exiv2 home page">
__maintitle__
<p class="lead">Exiv2 is a <a href="getting-started.html#lib">C++ library</a> and a <a href="getting-started.html#util">command line utility</a>
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list