You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/09/05 09:10:39 UTC

[syncope] branch 2_0_X updated: Upgrade asciidoctorj-pdf

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new fa4d88c  Upgrade asciidoctorj-pdf
fa4d88c is described below

commit fa4d88ceae486c24cb1ddb094d423619a43c9ae4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Sep 5 10:57:09 2019 +0200

    Upgrade asciidoctorj-pdf
---
 pom.xml                             | 2 +-
 src/main/asciidoc/syncope-theme.yml | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b6889d..0b9d6d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2595,7 +2595,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>1.5.0-beta.2</version>
+                <version>1.5.0-beta.4</version>
               </dependency>
             </dependencies>
             <configuration>
diff --git a/src/main/asciidoc/syncope-theme.yml b/src/main/asciidoc/syncope-theme.yml
index 0112bfc..bb5db86 100644
--- a/src/main/asciidoc/syncope-theme.yml
+++ b/src/main/asciidoc/syncope-theme.yml
@@ -108,9 +108,6 @@ heading:
   margin_bottom: $vertical_rhythm * 0.8
 title_page:
   align: right
-  logo:
-    top: 10%
-    image: http://syncope.apache.org/images/apache-syncope-logo-small.jpg
   title:
     top: 55%
     font_size: $heading_h1_font_size
@@ -176,7 +173,6 @@ example:
   border_color: $base_border_color
   border_radius: $base_border_radius
   border_width: 0.75
-  background_color: transparent
   # FIXME reenable margin bottom once margin collapsing is implemented
   padding: [$vertical_rhythm, $horizontal_rhythm, 0, $horizontal_rhythm]
 image:
@@ -273,4 +269,4 @@ footer:
     {document-title} |
     _Copyright © 2010–{year} The Apache Software Foundation. All rights reserved._'
     #left: '{page-number}'
-    #center: '{page-number}'
\ No newline at end of file
+    #center: '{page-number}'