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
2509a5d9cd
commit
a110e1d6f7
1 changed files with 4 additions and 3 deletions
|
@ -66,9 +66,6 @@ h5,
|
|||
h6 {
|
||||
margin: 0 0 25px;
|
||||
}
|
||||
body {
|
||||
font-size: 21px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -190,6 +187,9 @@ padding-right: 85px;
|
|||
input[type="text"] {
|
||||
font-size: 21px;
|
||||
}
|
||||
#ipbox {
|
||||
font-size: 21px;
|
||||
}
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
|
@ -244,6 +244,7 @@ input[type="text"]:focus {
|
|||
background-color: #488c1d;
|
||||
padding: 7px;
|
||||
display:inline-block;
|
||||
font-size: 18px;
|
||||
margin-top: 25px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
|
|
Loading…
Reference in a new issue