230500
This commit is contained in:
20
backup/wp/wp-includes/blocks/separator/style-rtl.css
Normal file
20
backup/wp/wp-includes/blocks/separator/style-rtl.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@charset "UTF-8";
|
||||
.wp-block-separator{
|
||||
border:none;
|
||||
border-top:2px solid;
|
||||
}
|
||||
.wp-block-separator.is-style-dots{
|
||||
background:none !important;
|
||||
border:none;
|
||||
height:auto;
|
||||
line-height:1;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-separator.is-style-dots:before{
|
||||
color:currentColor;
|
||||
content:"···";
|
||||
font-family:serif;
|
||||
font-size:1.5em;
|
||||
letter-spacing:2em;
|
||||
padding-left:2em;
|
||||
}
|
||||
Reference in New Issue
Block a user