s4

changeset 20:5be0c2d76f27

change forground color
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 21 Jul 2015 14:54:54 +0900
parents 5c5180e8718c
children 88ac9c550536
files templ/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/templ/default/default.css	Tue Jul 21 14:54:02 2015 +0900
     1.2 +++ b/templ/default/default.css	Tue Jul 21 14:54:54 2015 +0900
     1.3 @@ -95,7 +95,7 @@
     1.4  div.iconlist p._fellows	{background: green;}
     1.5  div.iconlist p._club	{background: teal;}
     1.6  div.iconlist p._event	{background: maroon;}
     1.7 -div.iconlist p._misc	{background: purple;}
     1.8 +div.iconlist p._misc	{color: white; background: purple;}
     1.9  div.xy120x120 {min-width: 120px; min-height: 140px;}
    1.10  div.xy96x96 {min-width: 96px; min-height: 116px;}
    1.11  div.xy50x50 {min-width: 50px; min-height: 70px;}