[wp-trac] [WordPress Trac] #17502: Showcase Featured Post Not Displaying Images

WordPress Trac wp-trac at lists.automattic.com
Thu May 19 04:01:03 UTC 2011


#17502: Showcase Featured Post Not Displaying Images
---------------------------+------------------------------
 Reporter:  DebraWeiss     |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Themes         |     Version:  3.2
 Severity:  normal         |  Resolution:
 Keywords:  needs-testing  |
---------------------------+------------------------------

Comment (by DebraWeiss):

 Hoping I didn't screw up someone else's hard work but I'm not sure why a
 gray border was needed (especially just on the right side).

 Issue fixed by:

 /* Small featured post */
 section.featured-post .attachment-small-feature {
         border-right: 0px solid #bbb;
         float: right;
         height: auto;
         margin: -10px -8.9% 1.625em 0;
         max-width: 59%;
         position: relative;
         right: -35px;
 }
 section.featured-post .attachment-small-feature:hover {
         border-color: #FFF;
 }

 Display issue caused by:

 /* Small featured post */
 section.featured-post .attachment-small-feature {
         border-right: 20px solid #bbb;
         float: right;
         height: auto;
         margin: -10px -8.9% 1.625em 0;
         max-width: 59%;
         position: relative;
         right: -35px;
 }
 section.featured-post .attachment-small-feature:hover {
         border-color: #888;
 }

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17502#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list