Plugin Directory

Changeset 809394


Ignore:
Timestamp:
11/23/2013 08:35:24 PM (12 years ago)
Author:
wpsmart
Message:

Quick styling fix

Location:
wpsmart-mobile/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wpsmart-mobile/trunk/admin/wps-admin-settings.php

    r807300 r809394  
    3232            </div>
    3333            <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>
    3535                <span>Your upload directory is <strong><?php echo wps_upload_base_dir() ?></strong></span> 
    3636            </div>
  • wpsmart-mobile/trunk/themes/book/style.css

    r807300 r809394  
    149149
    150150.site-title img {
    151     max-height: 45px;
     151    max-height: 30px;
    152152    max-width: 180px;
     153    vertical-align: middle;
    153154}
    154155
  • wpsmart-mobile/trunk/themes/classic/style.css

    r807300 r809394  
    149149
    150150.site-title img {
    151     max-height: 45px;
     151    max-height: 30px;
    152152    max-width: 180px;
     153    vertical-align: middle;
    153154}
    154155
  • wpsmart-mobile/trunk/themes/magazine/style.css

    r807300 r809394  
    149149
    150150.site-title img {
    151     max-height: 45px;
     151    max-height: 30px;
    152152    max-width: 180px;
     153    vertical-align: middle;
    153154}
    154155
  • wpsmart-mobile/trunk/wpsmart.php

    r809392 r809394  
    99Version: 1.0.3.1
    1010Author: WPSmart
    11 Author URI: http:fwww.wpsmart.com/mobile
     11Author URI: http://www.wpsmart.com/mobile
    1212License: GPLv2 or later
    1313*/
Note: See TracChangeset for help on using the changeset viewer.