mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Initial Commit
This commit is contained in:
parent
e9b4d88dfd
commit
c74d9b94c1
1 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ input[type="text"] {
|
|||
padding: 7px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
margin-top: 25px;
|
||||
margin: 25px 0 0 0;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
|
@ -253,7 +253,7 @@ input[type="text"]:focus {
|
|||
padding: 7px;
|
||||
display:inline-block;
|
||||
font-size: 16px;
|
||||
margin-top: 25px;
|
||||
margin: 25px 0 0 0;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-moz-border-radius-topleft: 3px;
|
||||
|
|
Loading…
Reference in a new issue