Changeset 809394
- Timestamp:
- 11/23/2013 08:35:24 PM (12 years ago)
- Location:
- wpsmart-mobile/trunk
- Files:
-
- 5 edited
-
admin/wps-admin-settings.php (modified) (1 diff)
-
themes/book/style.css (modified) (1 diff)
-
themes/classic/style.css (modified) (1 diff)
-
themes/magazine/style.css (modified) (1 diff)
-
wpsmart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpsmart-mobile/trunk/admin/wps-admin-settings.php
r807300 r809394 32 32 </div> 33 33 <div class="wps-admin-section-hint"> 34 <span>Optimal logo size is 360px by 90px for retina displays. <?php if( wps_get_option('site_logo') != '' ): ?><a href="#" class="wps-remove-logo" id="wps-remove-logo">Remove current logo</a><?php endif; ?></span>34 <span>Optimal logo size is 360px by 60px for retina displays. <?php if( wps_get_option('site_logo') != '' ): ?><a href="#" class="wps-remove-logo" id="wps-remove-logo">Remove current logo</a><?php endif; ?></span> 35 35 <span>Your upload directory is <strong><?php echo wps_upload_base_dir() ?></strong></span> 36 36 </div> -
wpsmart-mobile/trunk/themes/book/style.css
r807300 r809394 149 149 150 150 .site-title img { 151 max-height: 45px;151 max-height: 30px; 152 152 max-width: 180px; 153 vertical-align: middle; 153 154 } 154 155 -
wpsmart-mobile/trunk/themes/classic/style.css
r807300 r809394 149 149 150 150 .site-title img { 151 max-height: 45px;151 max-height: 30px; 152 152 max-width: 180px; 153 vertical-align: middle; 153 154 } 154 155 -
wpsmart-mobile/trunk/themes/magazine/style.css
r807300 r809394 149 149 150 150 .site-title img { 151 max-height: 45px;151 max-height: 30px; 152 152 max-width: 180px; 153 vertical-align: middle; 153 154 } 154 155 -
wpsmart-mobile/trunk/wpsmart.php
r809392 r809394 9 9 Version: 1.0.3.1 10 10 Author: WPSmart 11 Author URI: http: fwww.wpsmart.com/mobile11 Author URI: http://www.wpsmart.com/mobile 12 12 License: GPLv2 or later 13 13 */
Note: See TracChangeset
for help on using the changeset viewer.