Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| 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;} | ||