#3237 - Downloads css being parsed in users online

This is a spacer post for a website comment topic. The content this topic relates to: #3237 - Downloads css being parsed in users online
It may be a block loading up the CSS. However, in any case it's important that CSS is written so it can all be loaded at once without any adverse reaction (other than performance).

To target styles to a specific page you can use the page_running_<pagename> CSS class we automatically inserted into the DOM tree.

E.g.
.page_running_downloads p { color: red; }

would make all paragraphs red but only on the download page.
Yeah I know how to do that, wasn't sure if this was intentional. Cheers
0 guests and 0 members have recently viewed this.