From e696899745a91558aa71dbb5a4000c27438abde6 Mon Sep 17 00:00:00 2001 From: Matthias Lindinger Date: Mon, 4 Jun 2018 11:48:30 +0200 Subject: [PATCH] Bump version to 3.3.1 --- pom.xml | 2 +- src/main/resources/static/css/theme.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e0d82ab..a2d3eb1 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ de.digitalcollections iiif-server-demo - 3.3.0 + 3.3.1 jar DigitalCollections: IIIF Server Demo diff --git a/src/main/resources/static/css/theme.css b/src/main/resources/static/css/theme.css index 41b94d2..1988a9f 100644 --- a/src/main/resources/static/css/theme.css +++ b/src/main/resources/static/css/theme.css @@ -1,6 +1,6 @@ /* global */ body { - padding-top: 60px; + padding-top: 65px; } /* navbar */ @@ -12,6 +12,7 @@ body { /* main content */ .jumbotron { margin-top: 10px; + text-align: center; } ul.api-description {