DG IZ; fixed show photo always expanding to 100% width

This commit is contained in:
ilya 2010-07-20 13:31:01 -07:00
parent 715a6ae770
commit 2345975f22
2 changed files with 4 additions and 4 deletions

View file

@ -17,9 +17,6 @@ a {
a:hover {
color: #018790; }
#show_photo img {
width: 100%; }
#flash_notice,
#flash_error,
#flash_alert {
@ -233,6 +230,9 @@ li.comment > img.person_picture {
.request_buttons > li:first-child {
margin-right: 1em; }
#show_photo img {
max-width: 100%; }
#debug_info {
margin-top: 20px; }

View file

@ -274,7 +274,7 @@ li.comment > img.person_picture
#show_photo
img
:width 100%
:max-width 100%