Fixed tags being on the left of topic title. They're now on the far right.

This commit is contained in:
Accensus 2017-06-17 17:33:12 +03:00
parent feb0e9a602
commit 8a4f5985ec

View file

@ -137,6 +137,13 @@ dl.icon dt {
background-position: 5px 95%; /* Position of topic icon */
}
.topictag
{
text-align: right;
font-weight: bold;
float: right;
}
dd.posts, dd.topics, dd.views {
width: 8%;
text-align: center;