Making WordPress.org

Ticket #2019: meta-2019.2.patch

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

     
    21442144        padding: 0 0 0 142px;
    21452145}
    21462146
    2147 .wptv-hero .secondary-videos img {
     2147.wptv-hero .secondary-videos .video-thumbnail img {
    21482148        width: 130px;
    21492149        height: 75px;
    21502150
     
    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}