Fixed stylite bug #1291, mime type icons were to large. Fix does not work with IE <=6

This commit is contained in:
Andreas Stöckel 2011-02-21 18:59:58 +00:00
parent 43e4fa2c3c
commit 6d2179889c

View File

@ -119,7 +119,8 @@
font-family: monospace; font-weight: bold;
}
.vfsMimeIcon img {
/* height: 16px; << deactivated as images may be scaled strangely */
max-height: 16px;
max-width: 16px;
}
.vfsFilename {
white-space: nowrap;