# HG changeset patch # User HIROSE Yuuji # Date 1476627872 -32374 # Node ID 5577a3d131e376c0e3e215edaf751c99a965f778 # Parent 06ddd76da75382ce51c2cf7406af8e3a36779080 body.grouphome p.groupimg img diff -r 06ddd76da753 -r 5577a3d131e3 examples/common/default/default.css --- 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;}