Plugin Directory

Changeset 666028


Ignore:
Timestamp:
02/10/2013 09:40:53 PM (13 years ago)
Author:
Parakoos
Message:

v2.8: Setting back the box-sizing CSS setting of the container to content-box (in case a theme has set this to border-box)

Location:
image-wall/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • image-wall/trunk/image-wall.css

    r659491 r666028  
    1717    margin-bottom: 10px;
    1818    margin-top: 10px;
     19}
     20
     21#tmn-image-wall, #tmn-image-wall * {
     22    -webkit-box-sizing: content-box;
     23    -moz-box-sizing: content-box;
     24    -o-box-sizing: content-box;
     25    box-sizing: content-box;
    1926}
    2027
  • image-wall/trunk/image-wall.php

    r659578 r666028  
    44    Plugin URI: http://www.themodernnomad.com/image-wall-plugin/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=plugin_link
    55    Description: Browse posts/pages by their images, displayed randomly on an infinitely scrollable page. The images link back to the posts where they are attached.
    6     Version: 2.7
     6    Version: 2.8
    77    Author: Gustav Andersson
    88    Author URI: http://www.themodernnomad.com/about/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=author_link
  • image-wall/trunk/readme.txt

    r659578 r666028  
    44Requires at least: 3.5
    55Tested up to: 3.5.1
    6 Stable tag: 2.7
     6Stable tag: 2.8
    77Donate link: http://www.themodernnomad.com/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=donation
    88License: GPLv2 or later
     
    8282= 2.7 =
    8383* Fixed an error where upgrading from v2.5 would break the image wall.
     84
     85= 2.8 =
     86* Setting back the box-sizing CSS setting of the container to content-box (in case a theme has set this to border-box)
Note: See TracChangeset for help on using the changeset viewer.