Skip to content
Code-Schnipsel Gruppen Projekte
Commit 452e6525 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

refactor: css comment added

Übergeordneter 6bb30d5b
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -151,11 +151,16 @@ small, .font_small, .font-small {
font-size: 0.75em;
}
/*
1. Quiqqer sets the width and height HTML attributes on each <img> element (smarty function.image.php).
Therefore, we need to set the width and height properties to 'auto'
to avoid images being displayed at a reduced size.
*/
img {
max-height: 100%;
max-width: 100%;
height: auto;
width: auto;
height: auto; /* 1 */
width: auto; /* 1 */
}
.html5tooltip-box {
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren