Fix Apple WebKit. Closes issue #1
This commit is contained in:
parent
4fa21b9022
commit
2a50c31ac8
|
@ -30,7 +30,6 @@ p.info {
|
||||||
}
|
}
|
||||||
div.main {
|
div.main {
|
||||||
top: 10%;
|
top: 10%;
|
||||||
|
|
||||||
right: 25%;
|
right: 25%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -42,6 +41,7 @@ body {
|
||||||
background-image: url("/img/bg.png");
|
background-image: url("/img/bg.png");
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
-webkit-appearance: none;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -85,3 +85,4 @@ img.githubico {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Pronouns page stoof */
|
||||||
|
|
Loading…
Reference in New Issue