Making WordPress.org

Ticket #2019: meta-2019.patch

File meta-2019.patch, 688 bytes (added by SergeyBiryukov, 10 years ago)
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css

     
    21692169        margin-bottom: 20px;
    21702170}
    21712171
    2172 .video-list li img {
    2173         width: 100%;
    2174         min-height: 100px;
    2175 }
    2176 
    21772172.video-list li .video-thumbnail {
    21782173        display: block;
    21792174        width: 100%;
     
    21852180        position: relative;
    21862181}
    21872182
     2183.video-list li .video-thumbnail img {
     2184        width: 100%;
     2185        min-height: 100px;
     2186}
     2187
    21882188.video-list.four-col {
    21892189        width: 860px;
    21902190}