s4

changeset 389:3074b635687a

xy5050 icon has width 50px;
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 28 Nov 2016 18:56:36 +0859
parents 4f6b63c25ab8
children 5a40f38d7daf
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Mon Nov 28 18:30:54 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Mon Nov 28 18:56:36 2016 +0859
     1.3 @@ -223,6 +223,7 @@
     1.4  div.xy96x96 {min-width: 96px; min-height: 116px;}
     1.5  div.xy96x96 img {max-width: 96px;}
     1.6  div.xy50x50 {min-width: 50px; min-height: 70px;}
     1.7 +div.xy50x50 img {max-width: 50px;}
     1.8  div.moderated {background: rgba(255, 215, 0, 0.3);}		/* gold */
     1.9  body.moderated {background: #fffec4;} /* #faed8a */
    1.10  body.ismember, div.ismember {border-top: 4px red solid; margin-top: 0;}