On Aug 31, 10:48 am, Nathan <[email protected]> wrote: > I don't know the verbiage, but when I add a shorthand CSS, like > margin, and click out, Firebug will automatically split it out to > margin-top, margin-left, etc. instead of keeping the shorthand > version. This happens on all other kinds of shorthand rules. Is there > a way to make it so it doesn't do this??
Please tell us what steps you are using. For example, I tried to reproduce your report like this: 1. open http://getfirebug.com, open Firebug reload, 2. Firebug > HTML panel, select 'body' tag, 3. Style side panel, body element, right click New Property 4. Type 'margin'. Click on the web page in white space. Firebug removes the empty rule. jjb -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
