Fix extra link area around images, like a boss.

This commit is contained in:
Nicolas Stepien 2011-06-16 21:02:49 +02:00
parent 24c2aa168a
commit c45b2bc4c2
2 changed files with 8 additions and 0 deletions

View File

@ -2661,6 +2661,10 @@
\
.filesize + br + a {\
float: left;\
pointer-events: none;\
}\
img[md5], img[md5] + img {\
pointer-events: all;\
}\
body.fitwidth img[md5] + img {\
max-width: 100%;\

View File

@ -2023,6 +2023,10 @@ main =
.filesize + br + a {
float: left;
pointer-events: none;
}
img[md5], img[md5] + img {
pointer-events: all;
}
body.fitwidth img[md5] + img {
max-width: 100%;