changeset 315:5577a3d131e3

body.grouphome p.groupimg img
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 16 Oct 2016 23:24:06 +0859
parents 06ddd76da753
children bc0fac488483
files examples/common/default/default.css
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Sun Oct 16 23:19:50 2016 +0859
+++ b/examples/common/default/default.css	Sun Oct 16 23:24:06 2016 +0859
@@ -111,8 +111,10 @@
 p.profimg img {max-width: 400px;}
 div.home+* {clear: both;}
 body.grouphome p.groupimg {
-    float: right; max-width: 380px; max-height: 380px; margin: 0 1em 1ex;
+    float: right; margin: 0 1em 1ex;
     overflow: hidden;}
+body.grouphome p.groupimg img {
+    max-width: 380px; max-height: 380px;}
 
 div.fold {margin-top: 1em; border-top: 1px solid black; padding-top: 1em;}
 div.noborder {border: 0px; margin: 0;}

yatex.org