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

props matveb.
fixes #26172.

Built from https://develop.svn.wordpress.org/trunk@26730


git-svn-id: http://core.svn.wordpress.org/trunk@26619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-12-06 18:31:10 +00:00
parent 2f2b86270e
commit d59d76b3d4
4 changed files with 4 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long