Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
No edit summary
Andrian (talk | contribs)
Line 285: Line 285:
Example: Limit the list to reports 1 - 3:
Example: Limit the list to reports 1 - 3:


#reportid option:nth-child(n+4){display:none;}
#reportid option:nth-child(n+4){display:none;}