mirror of
https://github.com/kaboomserver/website.git
synced 2025-01-10 08:28:14 +00:00
Editing index.html
This commit is contained in:
parent
d3689f30af
commit
85efb3594d
1 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ input {
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
font-family: 'Merriweather Sans', sans-serif;
|
font-family: 'Merriweather Sans', sans-serif;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
margin: 15px 0 0 0;
|
margin: 15px 0 0 0;
|
||||||
-moz-border-radius: 0px 3px 3px 0px;
|
-moz-border-radius: 0px 3px 3px 0px;
|
||||||
-webkit-border-radius: 0px 3px 3px 0px;
|
-webkit-border-radius: 0px 3px 3px 0px;
|
||||||
|
@ -232,7 +232,7 @@ input:focus {
|
||||||
background: #4a6f28;
|
background: #4a6f28;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
margin: 15px 0 0 0;
|
margin: 15px 0 0 0;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
-moz-border-radius: 3px 0px 0px 3px;
|
-moz-border-radius: 3px 0px 0px 3px;
|
||||||
-webkit-border-radius: 3px 0px 0px 3px;
|
-webkit-border-radius: 3px 0px 0px 3px;
|
||||||
border-radius: 3px 0px 0px 3px;
|
border-radius: 3px 0px 0px 3px;
|
||||||
|
|
Loading…
Reference in a new issue