Ticket #1653: 1653.patch
File 1653.patch, 1.4 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
56 56 57 57 // Add some new image sizes, also site shot is 205x148, minimap is 130x70 58 58 add_image_size( 'wccentral-thumbnail-small', 82, 37, true ); 59 add_image_size( 'wccentral-thumbnail-large', 926, 160, true );59 add_image_size( 'wccentral-thumbnail-large', 1852, 320, true ); 60 60 add_image_size( 'wccentral-thumbnail-past', 130, 60, true ); 61 61 add_image_size( 'wccentral-thumbnail-hero', 493, 315, true ); 62 62 -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css
1772 1772 .single-wordcamp .wc-banner img { 1773 1773 border: 0; 1774 1774 vertical-align: middle; 1775 1775 width: 100%; 1776 height: auto; 1777 1776 1778 box-shadow: none; 1777 -webkit-box-shadow: none; 1779 -webkit-box-shadow: none; 1778 1780 }