ODT
/
rero-ils-css
Archived
1
0
Fork 0

CSS: adapt files to limit image height

Co-Authored-by: Olivier DOSSMANN <git@dossmann.net>
master
Olivier DOSSMANN 2020-01-27 17:30:13 +01:00
parent 0320d8061b
commit 4a06def327
7 changed files with 7 additions and 0 deletions

View File

@ -8,4 +8,5 @@ body#view-aoste nav.rero-ils-header img.rero-ils-logo {
div#aoste-logo {
content: url('https://resources.rero.ch/ils/images/logo-aoste.png');
max-height: 44px !important;
}

View File

@ -8,4 +8,5 @@ body#view-bulle nav.rero-ils-header img.rero-ils-logo {
div#bulle-logo {
content: url('https://resources.rero.ch/ils/images/logo-bulle.png');
max-height: 44px !important;
}

View File

@ -8,4 +8,5 @@ body#view-fictive nav.rero-ils-header img.rero-ils-logo {
div#fictive-logo {
content: url('https://resources.rero.ch/ils/images/logo-fictive.png');
max-height: 44px !important;
}

View File

@ -8,4 +8,5 @@ body#view-global nav.rero-ils-header img.rero-ils-logo {
div#global-logo {
content: url('https://resources.rero.ch/ils/images/logo-global.png');
max-height: 44px !important;
}

View File

@ -8,4 +8,5 @@ body#view-highlands nav.rero-ils-header img.rero-ils-logo {
div#highlands-logo {
content: url('https://resources.rero.ch/ils/images/logo-highlands.png');
max-height: 44px !important;
}

View File

@ -8,4 +8,5 @@ body#view-mvs nav.rero-ils-header img.rero-ils-logo {
div#mvs-logo {
content: url('https://resources.rero.ch/ils/images/logo-mvs.png');
max-height: 44px !important;
}

View File

@ -8,4 +8,5 @@ body#view-rbnj nav.rero-ils-header img.rero-ils-logo {
div#rbnj-logo {
content: url('https://resources.rero.ch/ils/images/logo-rbnj.png');
max-height: 44px !important;
}