I’m not sure about this but is there a way I can simplify:
-moz-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can simplify the horizontal and vetical radii to a single declaration:
However, you cannot simplify it further, as radii are only inherited diagonally. (bottom left will take top right’s value if bottom left value does not exist).