Twenty Ten minor image style edits. props iandstewart, fixes #14303 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5e0fe52822
commit
d071270447
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
get_header(); ?>
|
get_header(); ?>
|
||||||
|
|
||||||
<div id="container">
|
<div id="container" class="single-attachment">
|
||||||
<div id="content" role="main">
|
<div id="content" role="main">
|
||||||
|
|
||||||
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
|
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
|
||||||
|
|
|
@ -762,6 +762,7 @@ body.page .edit-link {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
#content .attachment img {
|
#content .attachment img {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
|
|
Loading…
Reference in New Issue