diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-09 08:53:09 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-09 08:53:09 +0000 |
commit | d749d8efc1aad74368ec7c87ca5936884998bd82 (patch) | |
tree | 310c77305e010fc6f9efcfeabd0c58048d7e3e76 /views | |
parent | b8e05e1dccfd77476f91f5665c5d5de0bc26143c (diff) | |
download | elgg-d749d8efc1aad74368ec7c87ca5936884998bd82.tar.gz elgg-d749d8efc1aad74368ec7c87ca5936884998bd82.tar.bz2 |
Updated core css download button
git-svn-id: http://code.elgg.org/elgg/trunk@6413 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index fe474cfe0..43733eb84 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1291,7 +1291,7 @@ a.action_button:focus { } .action_button.download img { - margin-right:4px; + margin-right:6px; position:relative; top:5px; } |