diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2013-02-20 17:12:21 -0800 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2013-02-20 17:12:21 -0800 |
commit | ccd5b06ab74060bf3ec1fa669b4501d36c480619 (patch) | |
tree | 1f4e758303a056f7dfb177a3703ea0cdd954e36a /mod | |
parent | b8b31a684115e0809ab603173622720ce801d75d (diff) | |
parent | 95920add94d9056806538da00f28e73dba5932bc (diff) | |
download | elgg-ccd5b06ab74060bf3ec1fa669b4501d36c480619.tar.gz elgg-ccd5b06ab74060bf3ec1fa669b4501d36c480619.tar.bz2 |
Merge pull request #5107 from sembrestels/group-css-img-width
Fixes #5106. Do not make big group description images.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/groups/views/default/groups/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index 6f710ddab..39246f856 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -9,7 +9,7 @@ .groups-profile > .elgg-image { margin-right: 10px; } -.groups-profile img { +.groups-profile-icon img { width: 100%; height: auto; } |