12345678910111213141516171819 |
- /**
- * WP.com stylesheet for Blockbase
- */
- /* Hide the stats smiley */
- 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;
- }
- /* NOTE: This is a wp.com-specific fix so that the comment form presented there (highlander) is NOT displayed as a GRID. */
- body.highlander-enabled .wp-block-post-comments form {
- display: revert;
- }
|