Jump to content

[SOLVED] Border radius not working in chrome


Recommended Posts

Hi,

Iam trying to use border radius in my cart pages for order summary, addresses, shipping etc.
I defined it like this:

/* global table style */
div.table_block {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5xp;
   background: #f6f6f6;
   border: 1px solid #c5c5c5;
   margin: 0 auto 2em
}


Table_block style is whats being used in cart pages.

Somehow it works well in firefox but not in chrome. What am iam missing here?

Tnx.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...