Jump to content

Sub-forum dividers: Bullets AND commas AND space


chilihead

Recommended Posts

Posted

The sub-forum dividers are very haphazard.

  • Why are there bullets and commas?
  • Why is there an extra space between the sub-forum name and the comma after?
  • Using commas causes a comma at the end where there is no sub-forum after. Yes, this is for browser sizing but it is ugly. Using bullets only would fix.

How can we remove commas and just use bullets?

Thanks!

ips_subforum_look.png

Posted

I don’t see the bullet (anymore). 

The comma is just a CSS styling and can be changed easily by overriding this:

.ipsDataItem_subList li a::after {
content: ",";
}

 

Posted

ah, I see: it’s an additional unread marker for logged-in users. 

In my opinion, the bullet should go. The font weight already shows what is read and unread. 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...