summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/post-template/style-rtl.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:26 +0000
commit30883c26bdceb9eaf32c8d4a1b0c1bce223b5226 (patch)
tree39a02e2aeb21ab5b7923c6f5757d66d55b708912 /wp-includes/blocks/post-template/style-rtl.css
parentAdding upstream version 6.4.3+dfsg1. (diff)
downloadwordpress-30883c26bdceb9eaf32c8d4a1b0c1bce223b5226.tar.xz
wordpress-30883c26bdceb9eaf32c8d4a1b0c1bce223b5226.zip
Adding upstream version 6.5+dfsg1.upstream/6.5+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/blocks/post-template/style-rtl.css')
-rw-r--r--wp-includes/blocks/post-template/style-rtl.css18
1 files changed, 6 insertions, 12 deletions
diff --git a/wp-includes/blocks/post-template/style-rtl.css b/wp-includes/blocks/post-template/style-rtl.css
index 2275f6f..fe211d9 100644
--- a/wp-includes/blocks/post-template/style-rtl.css
+++ b/wp-includes/blocks/post-template/style-rtl.css
@@ -42,24 +42,18 @@
}
}
.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{
- -webkit-margin-start:2em;
- -webkit-margin-end:0;
float:left;
- margin-inline-end:0;
- margin-inline-start:2em;
+ margin-inline-end:0;
+ margin-inline-start:2em;
}
.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{
- -webkit-margin-start:0;
- -webkit-margin-end:2em;
float:right;
- margin-inline-end:2em;
- margin-inline-start:0;
+ margin-inline-end:2em;
+ margin-inline-start:0;
}
.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{
- -webkit-margin-start:auto;
- -webkit-margin-end:auto;
- margin-inline-end:auto;
- margin-inline-start:auto;
+ margin-inline-end:auto;
+ margin-inline-start:auto;
} \ No newline at end of file