Skip to content
Snippets Groups Projects
Commit ede35f51 authored by Goik Martin's avatar Goik Martin
Browse files

slides css patch bug

parent 06cfc57c
No related branches found
No related tags found
No related merge requests found
--- reveal.css.orig 2017-09-24 09:53:23.103719188 +0200
+++ reveal.css 2017-09-24 09:53:06.663973053 +0200
@@ -1,3 +1,8 @@
+/*
+ * patched by: /usr/share/hdm-docbook-xsl/CustomLayer/slide/reveal.css.patch
+ * source file: /usr/share/reveal.js/css/reveal.css
+ */
+
/*!
* reveal.js
* http://lab.hakim.se/reveal-js
@@ -26,7 +31,7 @@
border: 0;
font-size: 100%;
font: inherit;
- vertical-align: baseline; }
+ vertical-align: top; }
.reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure,
.reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section {
--- reveal.css.orig 2017-09-20 21:41:43.190984695 +0200
+++ reveal.css 2017-09-21 17:42:07.671682270 +0200
@@ -1,3 +1,8 @@
+/*
+ * patched by: /usr/share/hdm-docbook-xsl/CustomLayer/webhelp/reveal.css.patch
+ * source file: /usr/share/reveal.js/css/reveal.css
+ */
+
/*!
* reveal.js
* http://lab.hakim.se/reveal-js
@@ -26,7 +31,7 @@
border: 0;
font-size: 100%;
font: inherit;
- vertical-align: baseline; }
+ vertical-align: top; }
.reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure,
.reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section {
...@@ -109,7 +109,6 @@ SAXONCMD=java -cp "${DBOOK_XSL}/tools/lib/saxon9he.jar:/usr/share/java/xercesImp ...@@ -109,7 +109,6 @@ SAXONCMD=java -cp "${DBOOK_XSL}/tools/lib/saxon9he.jar:/usr/share/java/xercesImp
${SAXON6CMD} $< ${DBOOK_XSL_CUSTOM}/webhelp/webhelpHdm.xsl ${dbookXslWebhelpParam} ${SAXON6CMD} $< ${DBOOK_XSL_CUSTOM}/webhelp/webhelpHdm.xsl ${dbookXslWebhelpParam}
rsync -a ${DBOOK_XSL}/webhelp/template/* . # Images, Css rsync -a ${DBOOK_XSL}/webhelp/template/* . # Images, Css
cd common/css; patch < ${DBOOK_XSL_CUSTOM}/webhelp/positioning.css.patch cd common/css; patch < ${DBOOK_XSL_CUSTOM}/webhelp/positioning.css.patch
cd reveal.js/css; patch < ${DBOOK_XSL_CUSTOM}/webhelp/reveal.css.patch
cp ${DBOOK_XSL_CUSTOM}/webhelp/common/images/*.svg common/images cp ${DBOOK_XSL_CUSTOM}/webhelp/common/images/*.svg common/images
cp ${DBOOK_XSL_CUSTOM}/webhelp/common/images/favicon.ico . cp ${DBOOK_XSL_CUSTOM}/webhelp/common/images/favicon.ico .
rsync -a --exclude='.git' /usr/share/hdmwebhelp/extern/libs/mathjax . rsync -a --exclude='.git' /usr/share/hdmwebhelp/extern/libs/mathjax .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment