Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/comment-template/style.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
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:fit-content;
24 + }
25 + .wp-block-comment-template.alignright{
26 + float:right;
27 + }