Slightly less giant icon

This commit is contained in:
Tim Schaub
2013-08-28 10:41:41 -06:00
parent 9ef439ba23
commit dd37d0e736
3 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

+1 -1
View File
@@ -14,7 +14,7 @@
position: relative; position: relative;
} }
#popup { #popup {
padding-bottom: 65px; padding-bottom: 45px;
} }
</style> </style>
</head> </head>
+1 -1
View File
@@ -37,7 +37,7 @@ var style = new ol.style.Style({
symbolizers: [ symbolizers: [
new ol.style.Icon({ new ol.style.Icon({
url: 'data/icon.png', url: 'data/icon.png',
yOffset: -32 yOffset: -22
}) })
] ]
}); });