30 Mar
2011
30 Mar
'11
10:05 p.m.
On Mar 30, 2011, at 3:56 PM, Liz Rea wrote:
Another way to do this is to escape the intranetuserjs preference and add some styling to the receipts in there, a la (this is what goes into your intranetuserjs preference box):
[begin example]
</script> <style>
[[[[[[the css you want to modify, properly formatted]]]]]]
</style> <script> $(document).ready(function(){
[[[ the usual intranetuserjs stuff ]]]]]
});
[end example]
Thanks to Owen Leonard for teaching me this trick, it's helped me heaps.
Liz Rea NEKLS
I should add that you don't have to muck about with your files using this method, which makes future updates much easier! :) LR