Просмотр исходного кода

Varia: Simply hides the wpstats image :-)

Allan Cole 6 лет назад
Родитель
Сommit
40e33fdd01
4 измененных файлов с 40 добавлено и 0 удалено
  1. 10 0
      varia/sass/elements/_media.scss
  2. 10 0
      varia/style-editor.css
  3. 10 0
      varia/style-rtl.css
  4. 10 0
      varia/style.css

+ 10 - 0
varia/sass/elements/_media.scss

@@ -26,6 +26,16 @@ figcaption {
 	padding: 0;
 }
 
+/* WP Stats */
+img#wpstats {
+	position: absolute;
+	opacity: 0;
+	left: 100%;
+	top: 100%;
+	height: 0;
+	width: 0;
+}
+
 /* Make sure embeds and iframes fit their containers. */
 embed,
 iframe,

+ 10 - 0
varia/style-editor.css

@@ -233,6 +233,16 @@ figcaption {
 	padding: 0;
 }
 
+/* WP Stats */
+img#wpstats {
+	position: absolute;
+	opacity: 0;
+	left: 100%;
+	top: 100%;
+	height: 0;
+	width: 0;
+}
+
 /* Make sure embeds and iframes fit their containers. */
 embed,
 iframe,

+ 10 - 0
varia/style-rtl.css

@@ -992,6 +992,16 @@ figcaption {
 	padding: 0;
 }
 
+/* WP Stats */
+img#wpstats {
+	position: absolute;
+	opacity: 0;
+	right: 100%;
+	top: 100%;
+	height: 0;
+	width: 0;
+}
+
 /* Make sure embeds and iframes fit their containers. */
 embed,
 iframe,

+ 10 - 0
varia/style.css

@@ -992,6 +992,16 @@ figcaption {
 	padding: 0;
 }
 
+/* WP Stats */
+img#wpstats {
+	position: absolute;
+	opacity: 0;
+	left: 100%;
+	top: 100%;
+	height: 0;
+	width: 0;
+}
+
 /* Make sure embeds and iframes fit their containers. */
 embed,
 iframe,