aboutsummaryrefslogtreecommitdiff
path: root/app/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/css/app.css')
-rw-r--r--app/css/app.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/css/app.css b/app/css/app.css
index 1b32625..6bfef93 100644
--- a/app/css/app.css
+++ b/app/css/app.css
@@ -13,28 +13,3 @@
.world .line {
position: absolute;
}
-
-.point {
- position: absolute;
-}
-
-.point > div {
- position: relative;
- border-radius: 50%;
- margin-left: -10px;
- margin-top: -10px;
- width: 20px;
- height: 20px;
- border: solid #aaaaaa 2px;
-}
-
-.point > div:hover {
- margin-left: -15px;
- margin-top: -15px;
- width: 30px;
- height: 30px;
-}
-
-.selected > div {
- background-color: red;
-} \ No newline at end of file