Plugin Directory

Changeset 2354316


Ignore:
Timestamp:
08/07/2020 12:15:45 AM (6 years ago)
Author:
MissionMike
Message:

Style fix on admin

Location:
dts-debugger
Files:
22 added
3 edited

Legend:

Unmodified
Added
Removed
  • dts-debugger/trunk/css/styles.css

    r2349557 r2354316  
    115115#dts-debugger-settings-wrap {
    116116    display: relative;
     117    box-sizing: border-box;
     118    margin: 0;
    117119    width: 100%;
    118120    padding: 25px;
  • dts-debugger/trunk/dts-debugger.php

    r2353556 r2354316  
    44Plugin URI: https://www.missionmike.dev/scrape-and-debug-wordpress-plugin/
    55Description: Simplify page debugging via Facebook Sharing Debugger, LinkedIn Post Inspector, Google's Structured Data Testing Tool and Rich Results Test, PageSpeed Insights, W3C Validation, and Google AMP Test.
    6 Version: 0.5.4
     6Version: 0.5.5
    77Author: Michael R. Dinerstein (Mission Mike)
    88Author URI: https://www.missionmike.dev/
  • dts-debugger/trunk/include/enqueue.php

    r2350732 r2354316  
    1313{
    1414
    15     $version = '20200731';
     15    $version = '20200806';
    1616
    1717    wp_register_style('dts-style', plugins_url('css/styles.css', dirname(__FILE__)), false, $version);
Note: See TracChangeset for help on using the changeset viewer.