diff options
author | Friendika <info@friendika.com> | 2011-10-01 04:25:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-01 04:25:40 -0700 |
commit | 78c00c287d5c14d2a93b461b8522bd8a1e95c44c (patch) | |
tree | d67214d90e9f05510d5c4e377f88370c2c89c6e7 /view/theme/darkbubble/group_drop.tpl | |
parent | f4c961b90676dad0a6773e52e4bd08b33c9b68c6 (diff) | |
download | volse-hubzilla-78c00c287d5c14d2a93b461b8522bd8a1e95c44c.tar.gz volse-hubzilla-78c00c287d5c14d2a93b461b8522bd8a1e95c44c.tar.bz2 volse-hubzilla-78c00c287d5c14d2a93b461b8522bd8a1e95c44c.zip |
legibility improvements to darkbubble, mark as a derived theme
Diffstat (limited to 'view/theme/darkbubble/group_drop.tpl')
-rw-r--r-- | view/theme/darkbubble/group_drop.tpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/view/theme/darkbubble/group_drop.tpl b/view/theme/darkbubble/group_drop.tpl deleted file mode 100644 index f088fc06f..000000000 --- a/view/theme/darkbubble/group_drop.tpl +++ /dev/null @@ -1,8 +0,0 @@ -<div class="group-delete-wrapper" id="group-delete-wrapper-$id" > - <a href="group/drop/$id" - onclick="return confirmDelete();" - title="$delete" - id="group-delete-icon-$id" - class="drophide group-delete-icon" onmouseover="imgbright(this);" onmouseout="imgdull(this);" >Delete Group</a> -</div> -<div class="group-delete-end"></div> |