mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-29 22:51:47 +00:00
Fixed tags being on the left of topic title. They're now on the far right.
This commit is contained in:
parent
90e8d03b59
commit
07d88bddf6
1 changed files with 7 additions and 0 deletions
|
@ -137,6 +137,13 @@ dl.icon dt {
|
||||||
background-position: 5px 95%; /* Position of topic icon */
|
background-position: 5px 95%; /* Position of topic icon */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topictag
|
||||||
|
{
|
||||||
|
text-align: right;
|
||||||
|
font-weight: bold;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
dd.posts, dd.topics, dd.views {
|
dd.posts, dd.topics, dd.views {
|
||||||
width: 8%;
|
width: 8%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue