Initial Commit

This commit is contained in:
mathias 2014-11-14 22:10:50 +02:00
parent 2509a5d9cd
commit a110e1d6f7

View file

@ -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;