diff options
| author | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-07 18:54:28 +0000 |
|---|---|---|
| committer | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-07 18:54:28 +0000 |
| commit | 2b7c39ed65c6652c24f1f5140214bae7f3438960 (patch) | |
| tree | 49173d42fd42892562f1475a948ecb643fdd2fb7 /web/public/stylesheets/style.css | |
| parent | 4bcda39aeae66b838c79e953e98c54055c3ecb70 (diff) | |
Added comments and made DOM easier to work with.
Diffstat (limited to 'web/public/stylesheets/style.css')
| -rw-r--r-- | web/public/stylesheets/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css index 0cb3232..06609c2 100644 --- a/web/public/stylesheets/style.css +++ b/web/public/stylesheets/style.css @@ -28,6 +28,7 @@ a { float: left; background-color: lightgrey; border-radius: 10px; + visibility: hidden; } #point { background-color: #0CC5EA; |
