Themes: Set a max-width on screenshots so they don't get blurry at very wide screen widths.

props matveb.
fixes #26172.


git-svn-id: https://develop.svn.wordpress.org/trunk@26730 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-12-06 18:30:05 +00:00
parent be177ef23c
commit 6717db61d9

View File

@ -6865,6 +6865,7 @@ body.folded .theme-overlay .theme-wrap {
float: left;
margin: 0 30px 0 0;
width: 55%;
max-width: 880px;
text-align: center;
}