Plugin Directory

Changeset 741471


Ignore:
Timestamp:
07/16/2013 05:56:36 AM (13 years ago)
Author:
william.deangelis
Message:

Minor update including fixes to layout by adding box-sizing to templates in style.css

Location:
membership-simplified-for-oap-members-only/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • membership-simplified-for-oap-members-only/trunk/css/style.css

    r707212 r741471  
    10701070    margin-bottom: 20px;
    10711071    width:100%;
     1072    box-sizing: border-box;
     1073    -moz-box-sizing: border-box;
     1074    -webkit-box-sizing: border-box;
    10721075}
    10731076#oap_content_media
     
    10791082    margin-bottom: 30px !important;
    10801083    width:100%;
     1084    box-sizing: border-box;
     1085    -moz-box-sizing: border-box;
     1086    -webkit-box-sizing: border-box;
    10811087}
    10821088.novideo_div
  • membership-simplified-for-oap-members-only/trunk/oapmembership.php

    r717473 r741471  
    55Description: Membership Simplified allows you to generate membership lessons with templated content to create a unified look and feel throughout your courses. It also provides the inner workings such as navigation options, a login widget, and tinymce buttons to use when protecting any post or page content. Additionally, it sits on top of PilotPress, thus allowing you to use videos from the video manager, downloadable files from the file manager, and much more. Super easy to setup and manage! (Requires an OfficeAutopilot account and PilotPress installed)
    66Author: William DeAngelis of OfficeAutopilot
    7 Version: Beta 1.34
    8 Release date: 5/23/2013
     7Version: Beta 1.35
     8Release date: 7/15/2013
    99Author URI: http://membership.officeautopilot.com
    1010*/
  • membership-simplified-for-oap-members-only/trunk/readme.txt

    r717473 r741471  
    4747
    4848== Changelog ==
     49
     50= Beta 1.35 =
     51* Minor change to the way that the layout's get set. Added box-sizing to ensure that all themes have a properly centered layout with padding.
    4952
    5053= Beta 1.34 =
Note: See TracChangeset for help on using the changeset viewer.