border-radius parsing

This commit is contained in:
Niklas von Hertzen
2012-06-26 17:18:34 +03:00
parent cce6e3537c
commit 730ebcfcaa
3 changed files with 43 additions and 27 deletions

View File

@ -37,11 +37,11 @@
height: 201px;
top: 20px;
left: 170px;
border: 20px dotted #990000;
border: 20px solid #990000;
background-color: #ffdddd;
text-align: center;
border-top-color: blue;
border-radius: 50px/160px;
border-left-color: violet;
border-top-width:0px;
}