Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
Manually fix leaflet.css file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Dec 29, 2016
1 parent 336610a commit 19b615d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2820,8 +2820,8 @@
:host #map {height:100%; width:100%}
</style>
<!-- include stylesheet for shady dom and shadow dom -->
<link rel="stylesheet" href="../bower_components/leaflet/dist/leaflet.css">
<link rel="import" type="css" href="../bower_components/leaflet/dist/leaflet.css">
<link rel="stylesheet" href="leaflet.css">
<link rel="import" type="css" href="leaflet.css">
<template>
<div id="map"></div>
<content id="markers" select="*"></content>
Expand Down
File renamed without changes.

0 comments on commit 19b615d

Please sign in to comment.