Larger screenshots in theme list tables. see #20403, #19816.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-04-10 21:09:14 +00:00
parent ab78931b86
commit 9f64b56973
1 changed files with 4 additions and 4 deletions

View File

@ -4286,12 +4286,12 @@ h3.available-themes {
overflow: hidden; overflow: hidden;
padding: 20px; padding: 20px;
vertical-align: top; vertical-align: top;
width: 240px; width: 300px;
} }
.available-theme a.screenshot { .available-theme a.screenshot {
width: 240px; width: 300px;
height: 180px; height: 225px;
display: block; display: block;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
@ -4300,7 +4300,7 @@ h3.available-themes {
} }
.available-theme img { .available-theme img {
width: 240px; width: 300px;
} }
.available-theme h3 { .available-theme h3 {