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 */ + } +