1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-09 13:14:14 +00:00

fixed img view bug

This commit is contained in:
llj 2013-01-03 11:57:14 +08:00
parent c724b44386
commit c08bde7724

View File

@ -1411,7 +1411,7 @@ textarea:-moz-placeholder {/* for FF */
} }
#image-view { #image-view {
padding:1px; padding:1px;
width:946px; max-width:946px;
background:#fff; background:#fff;
border:1px solid #eee; border:1px solid #eee;
} }