addInlineCss

Add a block of inline css code to be executed later - only use this if you have to, generally external css files are better, but for very small changes or for scripts that require help from PHP/whatever, this can be useful. - all code added with this function is added to the same <style> tag so do make sure your css is valid!
Parameters Summary
string $css