Where to smaller discussionList bar?

  • Thread starter Thread starter bogus
  • Start date Start date
B

bogus

Guest
Hello. I would like to smaller the discussionList bar, but where?
Unbenannt.webp
 
Thank you. Maybe you can also help me with another prob ;)
I want to turn of the underline from discussionList Items unread (bold) and read (not bold) but i cant find the css class.
I found the one for unread, but i am not sure if i am correct
Code:
.discussionListItems .unread .title a[href]:hover {
  text-decoration: none;
}
 
Top Bottom