From 547833003e967a1f21f756d0bb667bd2c6412425 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Tue, 15 Oct 2019 21:27:29 +0200 Subject: [PATCH] Ajout des fichiers zim-pres-override.css --- templates/html/common-blue/zim-pres-override.css | 9 +++++++++ templates/html/common-wize/zim-pres-override.css | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 templates/html/common-blue/zim-pres-override.css create mode 100644 templates/html/common-wize/zim-pres-override.css diff --git a/templates/html/common-blue/zim-pres-override.css b/templates/html/common-blue/zim-pres-override.css new file mode 100644 index 0000000..e53a2fe --- /dev/null +++ b/templates/html/common-blue/zim-pres-override.css @@ -0,0 +1,9 @@ + + /* Place here portions of the css specific to this theme for printing */ + + #logoImgId { + /* max-height: 4em; /* max 4/3 times the height of header */ + height: 4em; /* 4/3 times the height of header */ + /*height: 3em; /* size of header */ + } + diff --git a/templates/html/common-wize/zim-pres-override.css b/templates/html/common-wize/zim-pres-override.css new file mode 100644 index 0000000..e53a2fe --- /dev/null +++ b/templates/html/common-wize/zim-pres-override.css @@ -0,0 +1,9 @@ + + /* Place here portions of the css specific to this theme for printing */ + + #logoImgId { + /* max-height: 4em; /* max 4/3 times the height of header */ + height: 4em; /* 4/3 times the height of header */ + /*height: 3em; /* size of header */ + } + -- 2.16.4