JIRA 4.3 : How do I include browser-specific CSS
This page last changed on Jan 17, 2011 by rosie@atlassian.com.
JIRA 4.3 and later adds classes to the HTML tag on page load. This means that you can now put all browser-specific CSS fixes in the main stylesheet near related styles. Having styles in one file increases maintainability, and reduces the number of requests — which helps pages load faster. Prior to 4.3 you would put IE styles in the IE stylesheet and prefix with * or _ depending on the browser. In JIRA 4.3 and later you can use the following:
|
![]() |
Document generated by Confluence on Mar 27, 2011 18:55 |