Advertisement
Guest User

Untitled

a guest
May 16th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .rounded {
  2. -moz-border-radius: 5px 5px 5px 5px;
  3. -webkit-border-top-left-radius: 5px;
  4. -webkit-border-bottom-left-radius: 5px;
  5. -webkit-border-top-right-radius: 5px;
  6. -webkit-border-bottom-right-radius: 5px;
  7. border-radius: 5px 5px 5px 5px;
  8. behavior: url(/projects/PIE.htc);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement