|
|
@@ -368,7 +368,7 @@ form .submit input[type=submit]:hover {
|
|
|
/* Form errors */
|
|
|
form .error {
|
|
|
background: #FFDACC;
|
|
|
- -moz-order-radius: 4px;
|
|
|
+ -moz-border-radius: 4px;
|
|
|
-webkit-border-radius: 4px;
|
|
|
border-radius: 4px;
|
|
|
font-weight: normal;
|
|
|
@@ -611,7 +611,7 @@ pre {
|
|
|
overflow: auto;
|
|
|
position: relative;
|
|
|
-moz-border-radius: 4px;
|
|
|
- -wekbkit-border-radius: 4px;
|
|
|
+ -webkit-border-radius: 4px;
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
.cake-stack-trace a {
|