bachy 95098773d5 first import
Signed-off-by: bachy <git@g-u-i.net>
2012-10-05 13:50:00 +02:00

21 lines
336 B
CSS

/**
* @file
* Right-to-left styling for the Forum module.
*/
#forum td.forum .icon {
float: right;
margin: 0 0 0 9px;
}
.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;
}