diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-03 17:51:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-03 17:51:34 -0400 |
| commit | 90142bd07f926ef8a7f3ea86a563ec0ca648ca5d (patch) | |
| tree | 2851e990b4b71e215ad2fff4dbcaf80229953c35 /client/assets/stylesheets/map.css | |
| parent | 607f69c67a5b4dc72d2754192e3cdf67d0ad11d0 (diff) | |
pulling in more stuff from posthang
Diffstat (limited to 'client/assets/stylesheets/map.css')
| -rw-r--r-- | client/assets/stylesheets/map.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/client/assets/stylesheets/map.css b/client/assets/stylesheets/map.css deleted file mode 100644 index 2968f34..0000000 --- a/client/assets/stylesheets/map.css +++ /dev/null @@ -1,30 +0,0 @@ -#map { - z-index: 2; - display: none; - position: fixed; - bottom: 100px; - left: 50px; - width: 20%; - height: 50%; - background: white; - box-shadow: 0 10px 15px rgba(0,0,0,0.5); -} -#map .el { -} -#map canvas { - display: block; -} -#map .hud { - position: absolute; - bottom: 5px; - left: 5px; - background: rgba(255,255,255,0.8); - color: #333; -} -#map textarea { - width: 100%; - height: 75px; - border: 0; - border-top: 1px dashed #bbf; - box-shadow: 0 0 15px rgba(80,80,80,0.8); -} |
