pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 13b36a9b497fb1446bf3d4ce79b86d814e1820cd parent ef6b72e2af269b0a6a163793d04e37c646755107 Author: Jul <jul@9o.is> Date: Wed, 30 Apr 2014 17:38:48 -0400 removed errors from google map angular (because used div with class name 'layer') Diffstat:
| M | src/main/webapp/less/pages/locations.less | | | 2 | +- |
| M | src/main/webapp/locations.html | | | 5 | +++-- |
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/less/pages/locations.less b/src/main/webapp/less/pages/locations.less @@ -33,7 +33,7 @@ .layer-overlay { position: absolute; - .layer { + .layer-inner { #gradient > .horizontal-three-colors(rgba(0,0,0,0.6), rgba(0,0,0,0.3), 50%, rgba(0,0,0,0.6)); position: absolute; top: 0; diff --git a/src/main/webapp/locations.html b/src/main/webapp/locations.html @@ -18,12 +18,13 @@ </div> <div class="layer-overlay"> - <div class="layer"></div> + <div class="layer-inner"></div> </div> - + <div ng-controller="GMapCtrl"> <google-map center="map.center" zoom="map.zoom" draggable="false" options="{disableDefaultUI:true}"></google-map> </div> + </div> </div> \ No newline at end of file