Skip to content

Commit

Permalink
Merge pull request #1277 from OpenDevelopmentMekong/impl-1276
Browse files Browse the repository at this point in the history
Fixes missing map icons
  • Loading branch information
Huyeng committed May 5, 2018
2 parents f9a9c38 + 769ae90 commit 9affd9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
31 changes: 15 additions & 16 deletions less/opendev.less
Original file line number Diff line number Diff line change
Expand Up @@ -166,28 +166,27 @@ blockquote, blockquote p, blockquote span {
margin: 0;
}

.leaflet-div-icon {
background: url(../../img/marker.png) no-repeat !important;
width: 25px !important;
height: 30px !important;
margin-top: -30px !important;
margin-left: -12px !important;
border: 0 !important;
box-sizing: border-box !important;
text-align: center;
padding-top: 5px;
padding-left: 1px;
font-weight: 800;
font-size: 10px;
line-height: 10px;
}
.section-content {

.post-categories li {
margin-bottom: 0;
}

.leaflet-div-icon {
background: url(../../img/marker.png) no-repeat !important;
width: 25px !important;
height: 30px !important;
margin-top: -30px !important;
margin-left: -12px !important;
border: 0 !important;
box-sizing: border-box !important;
text-align: center;
padding-top: 5px;
padding-left: 1px;
font-weight: 800;
font-size: 10px;
line-height: 10px;
}

.mapgroup-container .mapgroup .map-nav-container .map-nav li a.active {
background: #6393d2;
border-color: #6393d2;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Open Development Mekong
Author URI: http://github.com/OpenDevelopmentMekong
Description: Open Development Mekong's wordpress theme. Based on JEO child theme
Template: jeo
Version: 2.4.29
Version: 2.4.30
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
Expand Down

0 comments on commit 9affd9e

Please sign in to comment.