This commit is contained in:
James Campos 2011-09-07 14:52:33 -07:00
parent 40b5af20d5
commit 0c99311b8d
2 changed files with 4 additions and 4 deletions

View File

@ -3151,8 +3151,8 @@
display: none;\
}\
#qr #files img {\
max-height: 250px;\
max-width: 250px;\
max-height: 150px;\
max-width: 150px;\
}\
#qr input[name=resto] {\
width: 80px;\

View File

@ -2468,8 +2468,8 @@ main =
display: none;
}
#qr #files img {
max-height: 250px;
max-width: 250px;
max-height: 150px;
max-width: 150px;
}
#qr input[name=resto] {
width: 80px;