Seedlet: Remove wpstats image code (#4546)
* Seedlet: Remove wpstats image code * bump version numbers
This commit is contained in:
parent
bbdb749002
commit
6d6c394f83
6 changed files with 4 additions and 38 deletions
|
@ -9,4 +9,3 @@
|
|||
@import "pagination/style";
|
||||
@import "comments/style";
|
||||
@import "widgets/style";
|
||||
@import "utilities/style";
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/* Utilities */
|
||||
|
||||
img#wpstats {
|
||||
position: absolute !important;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
height: 0 !important;
|
||||
width: 0 !important;
|
||||
overflow: hidden;
|
||||
}
|
|
@ -7,7 +7,7 @@ Description: Seedlet is a free WordPress theme. A two-column layout and classica
|
|||
Requires at least: 5.5
|
||||
Tested up to: 5.5
|
||||
Requires PHP: 5.6.2
|
||||
Version: 1.1.15-wpcom
|
||||
Version: 1.1.16-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Text Domain: seedlet
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "seedlet",
|
||||
"version": "1.1.15-wpcom",
|
||||
"version": "1.1.16-wpcom",
|
||||
"description": "Seedlet",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/seedlet/issues"
|
||||
|
|
|
@ -8,7 +8,7 @@ Description: Seedlet is a free WordPress theme. A two-column layout and classica
|
|||
Requires at least: 5.5
|
||||
Tested up to: 5.5
|
||||
Requires PHP: 5.6.2
|
||||
Version: 1.1.15-wpcom
|
||||
Version: 1.1.16-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Text Domain: seedlet
|
||||
|
@ -3823,17 +3823,6 @@ nav a {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
/* Utilities */
|
||||
img#wpstats {
|
||||
position: absolute !important;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
height: 0 !important;
|
||||
width: 0 !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/**
|
||||
* Site Pages
|
||||
* - Page specific styles
|
||||
|
|
|
@ -8,7 +8,7 @@ Description: Seedlet is a free WordPress theme. A two-column layout and classica
|
|||
Requires at least: 5.5
|
||||
Tested up to: 5.5
|
||||
Requires PHP: 5.6.2
|
||||
Version: 1.1.15-wpcom
|
||||
Version: 1.1.16-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Text Domain: seedlet
|
||||
|
@ -3844,17 +3844,6 @@ nav a {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
/* Utilities */
|
||||
img#wpstats {
|
||||
position: absolute !important;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
height: 0 !important;
|
||||
width: 0 !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/**
|
||||
* Site Pages
|
||||
* - Page specific styles
|
||||
|
|
Loading…
Reference in a new issue