[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/comment-template/ -> style.css (source)

   1  .wp-block-comment-template{
   2    box-sizing:border-box;
   3    list-style:none;
   4    margin-bottom:0;
   5    max-width:100%;
   6    padding:0;
   7  }
   8  .wp-block-comment-template li{
   9    clear:both;
  10  }
  11  .wp-block-comment-template ol{
  12    list-style:none;
  13    margin-bottom:0;
  14    max-width:100%;
  15    padding-left:2rem;
  16  }
  17  .wp-block-comment-template.alignleft{
  18    float:left;
  19  }
  20  .wp-block-comment-template.aligncenter{
  21    margin-left:auto;
  22    margin-right:auto;
  23    width:-moz-fit-content;
  24    width:fit-content;
  25  }
  26  .wp-block-comment-template.alignright{
  27    float:right;
  28  }


Generated : Mon Apr 29 08:20:01 2024 Cross-referenced by PHPXref