border-radius is supported by
IE 9+ Fx 4+ Chrome 4+ Safari 5+ Remove Support for Fx before 4.0 Chrome between 0.2 and 4.0 Safari between 3.0 and 5.0 Of note: in the third hunk the "real" value and the prefixed values differ. Tested on Chrome & Firefox 19 Approved by: bcr (mentor)
This commit is contained in:
parent
a86ff39377
commit
12ea57d370
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41138
1 changed files with 0 additions and 9 deletions
|
@ -401,9 +401,6 @@
|
|||
padding: 0;
|
||||
width: 130px;
|
||||
background-color: #D8D8D8;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
-khtml-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
@ -436,9 +433,6 @@
|
|||
padding: 0;
|
||||
width: 180px;
|
||||
background-color: white;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
-khtml-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
@ -472,9 +466,6 @@
|
|||
padding: 0;
|
||||
width: 190px;
|
||||
background-color: #FACC2E;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
-khtml-border-radius: 10px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue