mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed typos in css
This commit is contained in:
parent
61d99a0398
commit
385f6f164f
2 changed files with 3 additions and 3 deletions
|
@ -368,7 +368,7 @@ form .submit input[type=submit]:hover {
|
||||||
/* Form errors */
|
/* Form errors */
|
||||||
form .error {
|
form .error {
|
||||||
background: #FFDACC;
|
background: #FFDACC;
|
||||||
-moz-order-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
@ -368,7 +368,7 @@ form .submit input[type=submit]:hover {
|
||||||
/* Form errors */
|
/* Form errors */
|
||||||
form .error {
|
form .error {
|
||||||
background: #FFDACC;
|
background: #FFDACC;
|
||||||
-moz-order-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -611,7 +611,7 @@ pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-wekbkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.cake-stack-trace a {
|
.cake-stack-trace a {
|
||||||
|
|
Loading…
Reference in a new issue