thumb css

This commit is contained in:
James Campos 2011-09-05 10:30:17 -07:00
parent 58c51a2671
commit 60282fb046
2 changed files with 10 additions and 0 deletions

View File

@ -3510,6 +3510,11 @@
display: inline;\ display: inline;\
width: 100%;\ width: 100%;\
}\ }\
#qr #thumbs img {\
display: block;\
max-height: 250px;\
max-width: 250px;\
}\
' '
}; };
main.init(); main.init();

View File

@ -2814,6 +2814,11 @@ main =
display: inline; display: inline;
width: 100%; width: 100%;
} }
#qr #thumbs img {
display: block;
max-height: 250px;
max-width: 250px;
}
' '
main.init() main.init()