show publicly shared image on full width, without margin

This commit is contained in:
Jan-Christoph Borchardt 2014-01-16 15:32:23 +01:00
parent c0590676a0
commit 5cdab5fff3
1 changed files with 3 additions and 5 deletions

View File

@ -60,11 +60,9 @@ p.info a {
} }
#imgframe { #imgframe {
height:75%; width: 100%;
padding-bottom:2em; padding: 0;
padding-top:2em; margin-bottom: 35px;
width:80%;
margin:0 auto;
} }
#imgframe img { #imgframe img {