mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-16 17:11:08 +00:00
Fixed tags being on the left of topic title. They're now on the far right.
This commit is contained in:
parent
feb0e9a602
commit
8a4f5985ec
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