Commit 547833003e967a1f21f756d0bb667bd2c6412425

Authored by William Daniau
1 parent dbd9d86ada
Exists in master

Ajout des fichiers zim-pres-override.css

Showing 2 changed files with 18 additions and 0 deletions Side-by-side Diff

templates/html/common-blue/zim-pres-override.css
  1 +
  2 + /* Place here portions of the css specific to this theme for printing */
  3 +
  4 + #logoImgId {
  5 + /* max-height: 4em; /* max 4/3 times the height of header */
  6 + height: 4em; /* 4/3 times the height of header */
  7 + /*height: 3em; /* size of header */
  8 + }
  9 +
templates/html/common-wize/zim-pres-override.css
  1 +
  2 + /* Place here portions of the css specific to this theme for printing */
  3 +
  4 + #logoImgId {
  5 + /* max-height: 4em; /* max 4/3 times the height of header */
  6 + height: 4em; /* 4/3 times the height of header */
  7 + /*height: 3em; /* size of header */
  8 + }
  9 +