No, the above CSS replaces in toto the old one, that's it.
I removed one line from the original and changed another one.
Always in the same block
No, the above CSS replaces in toto the old one, that's it.
Code: Select all
dd.lastpost > span {
line-height: 16px;
}
Code: Select all
.forum-desc {
display: block;
margin-top: 5px;
}
Code: Select all
li.header dt,
li.header dd {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 16px;
text-transform: uppercase;
border-left-width: 0;
margin: 2px 0 4px;
padding-top: 2px;
padding-bottom: 2px;
}
Code: Select all
a.lastsubject {
font-weight: bold;
text-decoration: none;
margin-bottom: 5px;
}
.row
in front of the 16px line height changes you made.Code: Select all
dd.lastpost > span {
line-height: 16px;
}
Code: Select all
.row dd.lastpost > span {
line-height: 16px;
}
Code: Select all
ul.topiclist dt .list-inner {
line-height: 16px;
margin-right: 440px;
padding-right: 5px;
padding-left: 5px;
}
Code: Select all
ul.topiclist .row dt .list-inner {
line-height: 16px;
}
ul.topiclist dt .list-inner {
is when adjusting width, side margins and side padding.My dear Hanakin please read the topic and specifically read what 3Di said.
He is saying that he wants the topic list header to look the same as it did previously - something most people would agree with.
forabg.header
/ forumbg .header
should be the same size.