diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-12 23:10:40 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-12 23:22:38 +0100 |
| commit | 84d33e751b65b41866d26f1a62e1644d2c06e417 (patch) | |
| tree | b7ca14923778717603ccceb398ccf305363674aa /modules_v3/googlemap | |
| parent | 435d2e699168878679466181c5c4d28c977b72b0 (diff) | |
| download | webtrees-84d33e751b65b41866d26f1a62e1644d2c06e417.tar.gz webtrees-84d33e751b65b41866d26f1a62e1644d2c06e417.tar.bz2 webtrees-84d33e751b65b41866d26f1a62e1644d2c06e417.zip | |
Merge #962
Diffstat (limited to 'modules_v3/googlemap')
| -rw-r--r-- | modules_v3/googlemap/css/wt_v3_googlemap.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules_v3/googlemap/css/wt_v3_googlemap.css b/modules_v3/googlemap/css/wt_v3_googlemap.css index 4cb0321956..2744599cd0 100644 --- a/modules_v3/googlemap/css/wt_v3_googlemap.css +++ b/modules_v3/googlemap/css/wt_v3_googlemap.css @@ -256,6 +256,13 @@ ul.tabs a.current { width: 360px; } +#side_bar { + width: 300px; + font-size: 0.85em; + overflow-x: hidden; + overflow-y: auto; +} + #side_bar .gallery img, .iwstyle .gallery img, .highlt_img .gallery img { |
