Plugin Directory

Changeset 1311061


Ignore:
Timestamp:
12/17/2015 06:29:10 PM (10 years ago)
Author:
latorante
Message:

Updating to version 3.2.2 - CSS

Location:
genoo/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • genoo/trunk/Genoo.php

    r1310665 r1311061  
    66    Author URI: http://www.genoo.com/
    77    Author Email: info@genoo.com
    8     Version: 3.2.1.1
     8    Version: 3.2.2
    99    License: GPLv2
    1010    Text Domain: genoo
  • genoo/trunk/GenooInit.php

    r1310082 r1311061  
    5454        define('GENOO_CACHE',   GENOO_ROOT . 'cache' . DIRECTORY_SEPARATOR);
    5555        define('GENOO_DEBUG',   get_option('genooDebug'));
    56         define('GENOO_REFRESH', sha1('added-sugar-with-pop-over-fix-js'));
     56        define('GENOO_REFRESH', sha1('added-sugar-with-pop-over-fix-css'));
    5757        define('GENOO_DOMAIN', '//api.genoo.com');
    5858        // start the engine last file to require, rest is auto
  • genoo/trunk/assets/GenooFrontend.css

    r1288766 r1311061  
    536536    .genooModal { width: 100% !important; left: 0; margin-left: 0; }
    537537}
     538
     539/*
     540    Compatibility with IE10, IE11 and lists
     541    - shortocde inside a list
     542*/
     543
     544body ul li [class*=' genooctaShortcode'],
     545body ol li [class*=' genooctaShortcode'],
     546body ul li [class^='genooctaShortcode'],
     547body ol li [class^='genooctaShortcode'],
     548body li .genooctaShortcode1,
     549body li .genooctaShortcode2,
     550body li .genooctaShortcode3,
     551body li .genooctaShortcode4,
     552body li .genooctaShortcode5,
     553body li .genooctaShortcode6 { display: inline !important; }
     554body ul li [class*=' genooctaShortcode'] > div,
     555body ol li [class*=' genooctaShortcode'] > div,
     556body ul li [class^='genooctaShortcode'] > div,
     557body ol li [class^='genooctaShortcode'] > div,
     558body li .genooctaShortcode1 > div,
     559body li .genooctaShortcode2 > div,
     560body li .genooctaShortcode3 > div,
     561body li .genooctaShortcode4 > div,
     562body li .genooctaShortcode5 > div,
     563body li .genooctaShortcode6 > div { display: inline !important; }
     564body ul li [class*=' genooctaShortcode'] > div > span,
     565body ol li [class*=' genooctaShortcode'] > div > span,
     566body ul li [class^='genooctaShortcode'] > div > span,
     567body ol li [class^='genooctaShortcode'] > div > span,
     568body li .genooctaShortcode1 > div > span,
     569body li .genooctaShortcode2 > div > span,
     570body li .genooctaShortcode3 > div > span,
     571body li .genooctaShortcode4 > div > span,
     572body li .genooctaShortcode5 > div > span,
     573body li .genooctaShortcode6 > div > span { display: inline !important; }
     574body ul li [class*=' genooctaShortcode'] form,
     575body ol li [class*=' genooctaShortcode'] form,
     576body ul li [class^='genooctaShortcode'] form,
     577body ol li [class^='genooctaShortcode'] form,
     578body li .genooctaShortcode1 form,
     579body li .genooctaShortcode2 form,
     580body li .genooctaShortcode3 form,
     581body li .genooctaShortcode4 form,
     582body li .genooctaShortcode5 form,
     583body li .genooctaShortcode6 form { display: inline !important; }
  • genoo/trunk/readme.txt

    r1310665 r1311061  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 3.2.1.1
     8Stable tag: 3.2.2
    99
    1010Combine the flexibility of WordPress with the power of Genoo and experience amazing results!
     
    6767
    6868== Changelog ==
     69
     70= 3.2.2 =
     71* Adding CSS edits to have Shortcodes inline when in "ul > li" lists
    6972
    7073= 3.2 =
Note: See TracChangeset for help on using the changeset viewer.