Not sure why this is here in the default CSS: div.t-error li { margin-left: -20px; }
For me (in Firefox) it makes my form validation errors appear outside the pretty red box they come in. I overrode it in my own CSS, to be div.t-error li { margin-left: 20px; } Now my disc (the solid bullet) and the error are nicely inside the box. Inspecting the li in FireBug, it seems the only style affecting that li were from default.css, not my own. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]