howto_user wrote in howto

[clean and simple] Reversing the Sidebar

You can reverse the location of the sidebar for the Clean and Simple system style by applying the following override. This will move the sidebar from the left to the right of the screen.

GLOBAL_HEAD<=
<style type="text/css">
<!--
table {
direction: rtl;
}
#entries, #navbar {
direction: ltr;
}
-->
</style>
<=GLOBAL_HEAD


Variable Reference:GLOBAL_HEAD
Additional References:

Only one override is permitted for each specific override block.
If you are currently using a GLOBAL_HEAD override, then that override would need to be revised to reflect changes presented here or otherwise merged.

contributed by alsatia