Using Firebug 1.5.4. When I am inspecting an element, Firebug converts declaration "padding: 10px 0 13px 0" to "padding: 10px 0 13px" in the inspection window, which bugs me. Yet it leaves "margin: 0 0 0 16px;" as is which I like. (How come it didn't consolidate that one?)
Is there a setting in Firebug to show all css attributes in expanded (none consolidated) format?