diff options
Diffstat (limited to 'css/block-editing-rtl.css')
-rwxr-xr-x | css/block-editing-rtl.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/block-editing-rtl.css b/css/block-editing-rtl.css new file mode 100755 index 0000000..2b7cc47 --- /dev/null +++ b/css/block-editing-rtl.css @@ -0,0 +1,10 @@ +/** + * @file + * RTL companion for the block-editing.css file. + */ + + +div.block.with-block-editing div.edit { + left: 0; + right: auto; +} |