Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/blocks/comment-template
NameTypeSizeActions
📁 .. Folder -
📄 block.json File 1183
Edit Download
📄 style-rtl.css File 495
Edit Download
📄 style-rtl.min.css File 433
Edit Download
📄 style.css File 494
Edit Download
📄 style.min.css File 432
Edit Download

View File: style.css

.wp-block-comment-template{
  box-sizing:border-box;
  list-style:none;
  margin-bottom:0;
  max-width:100%;
  padding:0;
}
.wp-block-comment-template li{
  clear:both;
}
.wp-block-comment-template ol{
  list-style:none;
  margin-bottom:0;
  max-width:100%;
  padding-left:2rem;
}
.wp-block-comment-template.alignleft{
  float:left;
}
.wp-block-comment-template.aligncenter{
  margin-left:auto;
  margin-right:auto;
  width:fit-content;
}
.wp-block-comment-template.alignright{
  float:right;
}