client.css: Fix styling a little bit

This commit is contained in:
Jonatan Nilsson 2016-04-15 10:08:36 +00:00
parent 9666c5e1f3
commit f8126707b2
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ body {
font-family: Calibri,Arial; font-family: Calibri,Arial;
font-size: 40px; font-size: 40px;
color: #FFFFFF; color: #FFFFFF;
-webkit-text-stroke-width: 0.5px; /* -webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #888888; -webkit-text-stroke-color: #888888;
text-shadow: 2px 2px 1px #000000; text-shadow: 2px 2px 1px #000000; */
} }
body { body {
@ -31,7 +31,7 @@ body {
html { html {
overflow: auto; overflow: auto;
} }
div body > div
{ {
position: absolute; position: absolute;
} }