mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-25 04:40:57 +00:00
Fixed chaos in forums with thumbnails.
This commit is contained in:
parent
54ab2719bd
commit
65cffbc689
1 changed files with 43 additions and 1 deletions
|
@ -144,13 +144,55 @@ dl.icon dt {
|
|||
float: right;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views {
|
||||
.viewtopictag
|
||||
{
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views, dd.thumbs {
|
||||
width: 8%;
|
||||
text-align: center;
|
||||
line-height: 2.2em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
ul.topics dd.thumbs
|
||||
{
|
||||
width: 80px;
|
||||
padding: 0 2px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
dl.thumbed dt
|
||||
{
|
||||
width: 41%;
|
||||
}
|
||||
|
||||
dl.thumbed dd.lastpost
|
||||
{
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
dl.thumbeds dd.thumbs
|
||||
{
|
||||
width: 52px;
|
||||
}
|
||||
|
||||
ul.topics dl.thumbeds dd.thumbs
|
||||
{
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
dl.thumbeds dt
|
||||
{
|
||||
width: 41%;
|
||||
}
|
||||
|
||||
dl.thumbeds dd.lastpost
|
||||
{
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
/* List in forum description */
|
||||
dl.icon dt ol,
|
||||
dl.icon dt ul {
|
||||
|
|
Loading…
Reference in a new issue