wpcom-style.css 456 B

12345678910111213141516171819
  1. /**
  2. * WP.com stylesheet for Blockbase
  3. */
  4. /* Hide the stats smiley */
  5. img#wpstats {
  6. position: absolute !important;
  7. clip: rect(0, 0, 0, 0);
  8. padding: 0 !important;
  9. border: 0 !important;
  10. height: 0 !important;
  11. width: 0 !important;
  12. overflow: hidden;
  13. }
  14. /* NOTE: This is a wp.com-specific fix so that the comment form presented there (highlander) is NOT displayed as a GRID. */
  15. body.highlander-enabled .wp-block-post-comments form {
  16. display: revert;
  17. }