Plugin Directory

Changeset 859673


Ignore:
Timestamp:
02/17/2014 09:24:58 PM (12 years ago)
Author:
bmodesign2
Message:

css fix safari

Location:
bmo-expo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bmo-expo/trunk/bmo_expo.php

    r828973 r859673  
    66Author: Benedikt Morschheuser
    77Author URI: http://bmo-design.de/
    8 Version: 1.0.11
     8Version: 1.0.12
    99
    1010Copyright 2012-2013 by Benedikt Morschheuser (http://bmo-design.de/kontakt/)
     
    3333//###############################################################
    3434
    35   define('BMO_EXPO_VERSION','1.0.11');//version 
     35  define('BMO_EXPO_VERSION','1.0.12');//version 
    3636  define('BMO_EXPO_SITEBASE_URL', get_option('siteurl'));
    3737  define('BMO_EXPO_PLUGINNAME', trim(plugin_basename(dirname(__FILE__))));
  • bmo-expo/trunk/css/admin/bmo_admin_style.css

    r823472 r859673  
    5151    margin-left: 0px;
    5252}
     53body input[type=checkbox], body input[type=radio]{
     54    -webkit-appearance: block;
     55}
  • bmo-expo/trunk/readme.txt

    r828973 r859673  
    9292
    9393= Version 1.0 =
     94    * 1.0.12 CSS Safari Fix
    9495    * 1.0.11 Fix for passing no attributes
    9596    * 1.0.10 Wordpress 3.8 fix
Note: See TracChangeset for help on using the changeset viewer.