summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-04-21 12:43:36 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-04-21 12:43:36 +0200
commit0347cdee4f8c0cdb90848f300ff831ab30fd3007 (patch)
treebb15e1c7f68d16909a02f0b062177af6da7550be
parent73cf3921dab092c9e568a59d246b0a4c6ef8dffa (diff)
Removed border from game area
-rw-r--r--.gitignore3
-rw-r--r--css/styles.css1
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index ab05030..605218d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
node_modules
-*.log \ No newline at end of file
+*.log
+dist \ No newline at end of file
diff --git a/css/styles.css b/css/styles.css
index e0963f6..6537b1e 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -3,7 +3,6 @@ body {
}
#interactive-pacbot {
- border: 2px solid white;
width: 800px;
margin-left: auto;
margin-right: auto;