Skip to:
Content

bbPress.org

Changeset 4052


Ignore:
Timestamp:
07/03/2012 08:51:25 PM (12 years ago)
Author:
johnjamesjacoby
Message:

HiDPI:

  • Tweak CSS for 2x icon32's.
  • See #1839.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-admin.php

    r4051 r4052  
    547547
    548548            /* Icon Positions */
    549             #icon-edit.icon32-posts-<?php echo $reply_class; ?> {
     549            #icon-edit.icon32-posts-<?php echo $forum_class; ?> {
    550550                background-position: -4px 0px;
    551551            }
     
    564564                #icon-edit.icon32-posts-<?php echo $topic_class; ?>,
    565565                #icon-edit.icon32-posts-<?php echo $reply_class; ?> {
    566                     background: url('<?php echo $icon32_url_2x; ?>');
     566                    background-image: url('<?php echo $icon32_url_2x; ?>');
    567567                    background-size: 45px 255px;
    568568                }
Note: See TracChangeset for help on using the changeset viewer.