Hello,
I need to set width of this module random_quotes in my custom.css.
Right now the only way I can find to get it to flow the full width of my screen is to edit line 176 of the modules js file. link text
From this:
quote.style.maxWidth = '50%';
To this:
quote.style.maxWidth = '98%';
What would I put in the custom.css to make the same change?
