10 lines
136 B
CSS
10 lines
136 B
CSS
/**
|
|
* @file
|
|
* RTL companion for the block-editing.css file.
|
|
*/
|
|
|
|
|
|
div.block.with-block-editing div.edit {
|
|
left: 0;
|
|
right: auto;
|
|
}
|