plugins: migrated hazelnut and googlemaps to the new plugin class, updated plugin...
[unfold.git] / plugins / googlemap / static / css / googlemap.css
diff --git a/plugins/googlemap/static/css/googlemap.css b/plugins/googlemap/static/css/googlemap.css
deleted file mode 100644 (file)
index 6a82854..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#map-container {
-  padding: 6px;
-  border-width: 1px;
-  border-style: solid;
-  border-color: #ccc #ccc #999 #ccc;
-  -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
-  -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
-  box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
-  /*width: 800px;*/
-}
-
-#map {
-  /*width: 800px;*/
-  height: 500px;
-}