Skip to content

Commit f062022

Browse files
committed
Moving map canvas css to being last.
1 parent f4af360 commit f062022

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/_assets/css/jqm-docs.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,6 @@ dd h4 { margin:15px 0 0 0; }
158158
margin-top: 0;
159159
}
160160

161-
/* popup Map example */
162-
#map_canvas {
163-
border: thin solid;
164-
height: 320px;
165-
vertical-align: middle;
166-
width: 480px;
167-
overflow: hidden;
168-
max-height: 90%;
169-
max-width:100%;
170-
text-shadow: none !important;
171-
}
172161
/* popup Video example */
173162
.type-interior .ui-popup-container .ui-content { padding: 15px !important; }
174163

@@ -403,4 +392,15 @@ dd h4 { margin:15px 0 0 0; }
403392
.type-interior .content-primary {
404393
width: 60%;
405394
}
395+
}
396+
/* popup Map example */
397+
#map_canvas {
398+
border: thin solid;
399+
height: 320px;
400+
vertical-align: middle;
401+
width: 480px;
402+
overflow: hidden;
403+
max-height: 90%;
404+
max-width:100%;
405+
text-shadow: none !important;
406406
}

0 commit comments

Comments
 (0)