New Beta UI problem

 From:  Michael Gibson
3484.2 In reply to 3484.1 
Hi Brian, it looks like you have a minor typo there - it looks like you have something ending in a colon : instead of a semi-colon ;

You've got: padding-right:100px: (note the colon at the end)


Edit that to have a ; at end instead, like this: padding-right:100px;


Does that solve it?

- Michael