diff --git a/src/plugins/webstuff/css/Web_Basic-Blue.css b/src/plugins/webstuff/css/Web_Basic-Blue.css index 6af7acb19..bddd1f63b 100644 --- a/src/plugins/webstuff/css/Web_Basic-Blue.css +++ b/src/plugins/webstuff/css/Web_Basic-Blue.css @@ -96,7 +96,7 @@ img { padding: 2em 0 0 0; background: none; } -.content div.snapshot div.thumbnail a { +.content div.snapshot div.thumbnail a, .content div.snapshot div.thumbnail img { display: block; width: 96px; margin: 0 auto; diff --git a/src/plugins/webstuff/css/narrative-maps.css b/src/plugins/webstuff/css/narrative-maps.css index 1ebfd91a9..fc5e914b6 100644 --- a/src/plugins/webstuff/css/narrative-maps.css +++ b/src/plugins/webstuff/css/narrative-maps.css @@ -1,9 +1,8 @@ /* -# encoding: utf-8 # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2010 Rob G. Healey +# Copyright (C) 2011 Rob G. Healey # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,31 +20,16 @@ # # $Id$ # -# +###################################################### */ - place title Holder -------------------------------------------------- */ -div#geo-info { - font: bold 11px sans-serif; -} - -/* Map holder -------------------------------------------------- */ div#map_canvas { - margin: 5px; - border: solid 4px #00029D; - width: 98%; + margin: 0 auto; + padding: 0px 0px 10px 10px; + border: solid 4px #000; + width: 965px; height: 800px; } - -/* Drop button Holder -------------------------------------------------- */ button#drop { - font-weight: bold; - margin-left: 5px; - padding: 5px; - text-align: center; - width: auto; - height: auto; - border: solid 2px #00029D; + padding: 10px; + border: solid 1px #000; }