refactored border radius calculation

This commit is contained in:
MoyuScript
2013-01-03 18:37:27 +02:00
parent ca32ce6254
commit d29d90b134
2 changed files with 96 additions and 77 deletions

View File

@ -38,11 +38,12 @@
.box4 {
border-width: 50px;
border-left-color: #00b5e2;
border-left-color: transparent;
border-top-color: red;
border-top-width: 10px;
border-right-color: green;
border-bottom-right-radius: 190px;
background-clip: padding-box;
}
html {