Skip to content

Commit

Permalink
css fix for to global img def, bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde committed Aug 12, 2015
1 parent e2d9c89 commit c2ef3ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/js/pdok-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var Pdok = Pdok || {};
window.Pdok = Pdok;

// current PdokKaartApi version
Pdok.API_VERSION_NUMBER = '1.1.1';
Pdok.API_VERSION_NUMBER = '1.1.2';


// CONFIGURATION
Expand Down Expand Up @@ -3306,4 +3306,4 @@ OpenLayers.Control.LoadingPanel = OpenLayers.Class(OpenLayers.Control, {

CLASS_NAME: "OpenLayers.Control.LoadingPanel"

});
});
6 changes: 3 additions & 3 deletions api/styles/api.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ body {
height: 100%;
margin: 0px;
}
img {
max-width: none; /* fix for responsive lay outs, these often set this to 100%, which breaks OpenLayers! */
div.olMap img {
max-width: none; /* fix for responsive lay outs, these often set this img.max-width to 100%, which breaks OpenLayers! */
}
/* because RWS uses these maps in responsive layouts, let's make all widht's 100% */
/* because RWS uses these maps in responsive layouts, let's make all width's 100% */
div.olMap.small {
width: 100%;
height: 250px;
Expand Down

0 comments on commit c2ef3ff

Please sign in to comment.