version 3.3:
* added reCaptcha again (got too much spam)
This commit is contained in:
parent
5b80f528c7
commit
3e16a443e6
5 changed files with 59 additions and 15 deletions
|
|
@ -118,6 +118,15 @@ input, textarea, select {
|
|||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.cCaptcha {
|
||||
padding: 5px;
|
||||
border: 1px solid #555;
|
||||
-webkit-border-radius: 0.5em;
|
||||
margin-left: 15px;
|
||||
width: 555px;
|
||||
background: #F9F9F9;
|
||||
}
|
||||
|
||||
.tt {
|
||||
font-family: "courier new",courier,monospace;
|
||||
font-size: 13px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue