diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-27 01:23:51 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-27 01:23:51 +0000 |
commit | f61076fec0c1cfdee089f89c10cb46b7d195f9c7 (patch) | |
tree | 51015ea8d0e7fb7490db98f45de9ac141d6f4410 /views/default/css/elements | |
parent | b8c6990c8ff00e8868f8f6096a9d2ef44271a548 (diff) | |
download | elgg-f61076fec0c1cfdee089f89c10cb46b7d195f9c7.tar.gz elgg-f61076fec0c1cfdee089f89c10cb46b7d195f9c7.tar.bz2 |
pushing categories to the next line when viewing an entity
git-svn-id: http://code.elgg.org/elgg/trunk@8506 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements')
-rw-r--r-- | views/default/css/elements/icons.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 8ac0cb969..68a38ed9a 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -57,6 +57,9 @@ .elgg-icon-arrow-s:hover { background-position: -146px -76px; } +.elgg-icon-tag { + background-position: 2px -197px; +} .elgg-icon-following { background-position: -35px -100px; width: 22px; |