Skip to content

Commit

Permalink
Fixed typos in css
Browse files Browse the repository at this point in the history
  • Loading branch information
markomarkovic committed Nov 1, 2011
1 parent 61d99a0 commit 385f6f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/webroot/css/cake.generic.css
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 385f6f1

Please sign in to comment.