s4

changeset 24:6b2ba8af4c9e

Chagen color of _club
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 21 Jul 2015 15:26:02 +0900
parents f9cfc600680a
children 850f0d4228f7
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 15:23:24 2015 +0900
     1.2 +++ b/templ/default/default.css	Tue Jul 21 15:26:02 2015 +0900
     1.3 @@ -93,7 +93,7 @@
     1.4  div.iconlist p._admin	{background: yellow;}
     1.5  div.iconlist p._friend	{background: fuchsia;}
     1.6  div.iconlist p._fellows	{background: #9f9;} /* light green */
     1.7 -div.iconlist p._club	{background: teal;}
     1.8 +div.iconlist p._club	{background: #4bb;} /* light teal */
     1.9  div.iconlist p._event	{background: maroon; color: white;}
    1.10  div.iconlist p._misc	{background: purple; color: white;}
    1.11  div.xy120x120 {min-width: 120px; min-height: 140px;}