Ticket #14303: image-edits.diff
| File image-edits.diff, 656 bytes (added by , 16 years ago) |
|---|
-
style.css
762 762 margin: 0; 763 763 height: auto; 764 764 max-width: 640px; 765 width: auto; 765 766 } 766 767 #content .attachment img { 767 768 max-width: 900px; -
attachment.php
9 9 10 10 get_header(); ?> 11 11 12 <div id="container" >12 <div id="container" class="single-attachment"> 13 13 <div id="content" role="main"> 14 14 15 15 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>