summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2013-02-24 16:02:10 +0000
committerfisharebest <fisharebest@gmail.com>2013-02-24 16:02:10 +0000
commitefd17d974a70e2f9641bb8f5a0f5ba99edd72058 (patch)
tree1867258b318cba16648f580e6b09b76d541b6eb3 /themes/clouds
parent6375166515073148b3a6563786dbbf20be9c1961 (diff)
downloadwebtrees-efd17d974a70e2f9641bb8f5a0f5ba99edd72058.tar.gz
webtrees-efd17d974a70e2f9641bb8f5a0f5ba99edd72058.tar.bz2
webtrees-efd17d974a70e2f9641bb8f5a0f5ba99edd72058.zip
Fix media paths beginning "./" (created by phpGedView?0
Allow landscape images in person boxes - but nothing wider than 8:5 ratio
Diffstat (limited to 'themes/clouds')
-rw-r--r--themes/clouds/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css
index a873e096dc..a8bdffa1bf 100644
--- a/themes/clouds/style.css
+++ b/themes/clouds/style.css
@@ -1699,7 +1699,7 @@ overflow:visible !important;
.person_box_template .noprint { width:25px;height:50px; position:relative;}
.person_box_template .chart_textbox {height:auto;overflow: hidden;}
.person_box_template .details div {display:block;}
-.person_box_template img {float:left;height:50px;width:auto;max-width:50px;margin:0 3px 0 0;}
+.person_box_template img {float:left;height:50px;width:auto;max-width:80px;margin:0 3px 0 0;}
html[dir="rtl"] .person_box_template img {float:right; margin:0 0 0 3px;}
.person_box_template i[class^="icon-silhouette"]{float:left;}
html[dir="rtl"] .person_box_template i[class^="icon-silhouette"]{float:right;}