28 lines
524 B
CSS
28 lines
524 B
CSS
/* $Id$ */
|
|
|
|
#forum .description {
|
|
font-size: 0.9em;
|
|
margin: 0.5em;
|
|
}
|
|
#forum td.created,
|
|
#forum td.posts,
|
|
#forum td.topics,
|
|
#forum td.last-reply,
|
|
#forum td.replies,
|
|
#forum td.pager {
|
|
white-space: nowrap;
|
|
}
|
|
#forum tr td.forum {
|
|
padding-left: 25px; /* LTR */
|
|
background-position: 2px 2px; /* LTR */
|
|
background-image: url(../../misc/forum-default.png);
|
|
background-repeat: no-repeat;
|
|
}
|
|
#forum tr.new-topics td.forum {
|
|
background-image: url(../../misc/forum-new.png);
|
|
}
|
|
#forum div.indent {
|
|
margin-left: 20px;
|
|
}
|
|
|