GREAT PLUG-IN! Must admit though some documentation would be helpful – but it works! Case in point, had some issues with Explorer 10. The HTML tag listed in the body class shows "desktop ie ie10" near the end of the code. I put .ie { } in my css. Didn't work. I put .ie .ie10 { } in my css. Didn't work. This DID work:
.desktop.ie div.background.center {margin-top: -30px;}
Note there are no spaces between "desktop" or the periods or "ie". This effects all Explorer browsers unless you specify with the addition ".ieX" (X being the browser number you're targeting).
I'm assuming that the type of browser must be noted in order for the plugin to take hold. Whatever the case – it works. I'm only posting this in hopes that someone else finds it helpful.
Peace.
@mpdStudios We have documentation for the Browser Specific CSS plugin, which includes a few examples on how to use the plugin.
http://support.pagelines.me/docs/plugins/browser-specific-css/
@Dannyh Thanks. If I may suggest that the DIRECT LINKS to the Product Support page be placed on the pages displaying the products for download. It would make things a lot more user-friendly when searching for info in a hurry.
@mpdStudios Than you for your suggestion which has been passed on to the person responsible for this. Great idea by the way.

