author | ymh <ymh.work@gmail.com> |
Tue, 20 Mar 2018 15:02:40 +0100 | |
changeset 573 | 25f3d28f51b2 |
parent 541 | e756a8c72c3d |
permissions | -rwxr-xr-x |
/** * @file * Right-to-left styling for the Forum module. */ #forum td.forum .icon { float: right; margin: 0 0 0 9px; } #forum div.indent { margin-left: 0; margin-right: 20px; } .forum-topic-navigation { padding: 1em 3em 0 0; } .forum-topic-navigation .topic-previous { text-align: left; float: right; } .forum-topic-navigation .topic-next { text-align: right; float: left; }