diff options
author | foockinho <foockinho@lorea.org> | 2012-08-24 08:57:04 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-08-24 08:57:04 +0200 |
commit | 372d4557fb49fc902aa9dc359650bf125b7b71d8 (patch) | |
tree | 910dac88066032128f044f63af4223479cdbba53 /views/default/n1_theme/css.php | |
parent | 7be518197d424857460828fb9f0e339b61d5373c (diff) | |
download | saravea_theme-372d4557fb49fc902aa9dc359650bf125b7b71d8.tar.gz saravea_theme-372d4557fb49fc902aa9dc359650bf125b7b71d8.tar.bz2 |
changed profile avatar style and group icon profile
Diffstat (limited to 'views/default/n1_theme/css.php')
-rw-r--r-- | views/default/n1_theme/css.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index f3ef7ec..69e7d8b 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -56,3 +56,9 @@ font-weight: bold; font-size: 160%; } + +.groups-profile-icon { + border: 2px solid #F1F1F1; + box-shadow: 0px 1px 3px #666 +} + |