DevShed Butler

By Michael Jervis Last update Mar 31, 2007 — Installed 236 times.

Extra Pretty-ification

in
Subscribe to Extra Pretty-ification 1 post, 1 voice

Andrew Wright User
FirefoxWindows

Hi,

I added this snippet to the script to pretty up the "Developers: See Also..." box:

// pretty-up the "Developers: See Also..." (related-content) box
rcb = this.snap('//*[@id="related-content"]');
rcb.style.background = '#FFFFFF';
rcb.style.padding = '0 0 0 15px';

Paste in at line 55 (don't think the actual line number matters but that is where I added it.

HTH

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel