Ticket #7079: 7091.patch
File 7091.patch, 677 bytes (added by , 19 months ago) |
---|
-
trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
2712 2712 .entry .contact-form textarea { 2713 2713 width: 98%; 2714 2714 } 2715 2716 .wptv-hero .secondary-videos li { 2717 max-width: initial; 2718 } 2719 2720 .wptv-hero .secondary-videos li a { 2721 display: block; 2722 } 2723 2724 .wptv-hero .secondary-videos .video-thumbnail img { 2725 width: 100%; 2726 height: auto; 2727 } 2728 2729 .primary-content .video-list li { 2730 flex : auto; 2731 } 2715 2732 }