summaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
Diffstat (limited to 'client/css')
-rw-r--r--client/css/main.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/client/css/main.css b/client/css/main.css
index 86b8fd8..87c145c 100644
--- a/client/css/main.css
+++ b/client/css/main.css
@@ -71,24 +71,3 @@ input {
padding: .25rem;
margin-bottom: .215rem;
}
-
-#container img {
- image-rendering: pixelated;
-}
-
-#canvas {
- position: absolute;
- width: 100%;
- height: 100%;
-}
-
-#fps {
- position: absolute;
- left: 0;
- top: 0;
- z-index: 99;
- font-size: 20;
- font-style: monospace;
- background-color: black;
- color: white;
-}