diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-19 19:02:23 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-19 19:02:23 +0000 |
commit | 34a9a3e8c4514683cc71c82981da69249c09574e (patch) | |
tree | 5e7a0941e0352eb2db09f813ca6f94dde64c7114 /mod/file/views | |
parent | a7b0a98e223e36090f7b2fc2a68a036e655727cc (diff) | |
download | elgg-34a9a3e8c4514683cc71c82981da69249c09574e.tar.gz elgg-34a9a3e8c4514683cc71c82981da69249c09574e.tar.bz2 |
using elgg-user-icon instead of usericon and moving the css into core
git-svn-id: http://code.elgg.org/elgg/trunk@7689 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/file/views')
-rw-r--r-- | mod/file/views/default/file/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/views/default/file/css.php b/mod/file/views/default/file/css.php index 7fff98c97..8f4d1c6a6 100644 --- a/mod/file/views/default/file/css.php +++ b/mod/file/views/default/file/css.php @@ -26,7 +26,7 @@ .filerepo_owner_details small { color:#666666; } -.filerepo_owner .usericon { +.filerepo_owner .elgg-user-icon { margin: 3px 5px 5px 0; float: left; } |