summaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-16 20:38:55 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-16 20:38:55 -0400
commit44334fc3852eb832280a335f72e6416c93a9f19f (patch)
tree4a97b6064a97c4ad58c07d89050ad8a11e7a4f70 /client/css
parentbetter map bg renderer (diff)
downloadtuxman-44334fc3852eb832280a335f72e6416c93a9f19f.tar.gz
tuxman-44334fc3852eb832280a335f72e6416c93a9f19f.tar.bz2
tuxman-44334fc3852eb832280a335f72e6416c93a9f19f.zip
ts
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;
-}