Permalink
Browse files
Tweaked styles are testing in latimes template
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
jquery.geocodify.js
|
@@ -2,7 +2,7 @@ |
|
|
$.fn.geocodify = function(options) {
|
|
|
var opts = options || {},
|
|
|
width = opts.width || 400,
|
|
|
- height = opts.height || 25,
|
|
|
+ height = opts.height ||32,
|
|
|
fontSize = opts.fontSize || "16px",
|
|
|
buttonValue = opts.buttonValue || "GO",
|
|
|
regionBias = opts.regionBias || null,
|
|
|
0 comments on commit
e3f4c90