I'm having some fun with CSS here, and I've noticed a little malfunction in the CSS inspector

It happened so that I tried setting the padding shorthand property like this:
Code: Select all
padding: 0 0 0 5px;
Code: Select all
padding-left: 5px;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
Am I doing something wrong?
