|
@@ -2160,7 +2160,7 @@ table th,
|
|
|
flex-wrap: wrap;
|
|
|
list-style: none;
|
|
|
max-width: none;
|
|
|
- margin: 0 -16px;
|
|
|
+ margin: 0 -8px;
|
|
|
position: relative;
|
|
|
/* Sub-menus Flyout */
|
|
|
}
|
|
@@ -2857,6 +2857,17 @@ table th,
|
|
|
flex: 0 0 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
|