Plugin Directory

Changeset 1703799


Ignore:
Timestamp:
07/27/2017 01:46:13 PM (9 years ago)
Author:
savagecodes
Message:

Fix: Comment view properly when avatars are disabled

Location:
amp-revolution/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • amp-revolution/trunk/core/class-arscp-css-generator.php

    r1701641 r1703799  
    109109            }
    110110
     111
    111112            .amp-wp-header .nav-header .mobile-open {
    112113            top: 0;
     
    214215            line-height: 1;
    215216            width: 82%;
    216             margin-top: -48px;
     217
    217218            }
    218219
     
    242243            margin: 0 ;
    243244            border: 1px solid rgba(128, 128, 128, 0.44);
     245            float:left;
    244246
    245247            }
     
    272274            }
    273275
     276            .comment-author {
     277            height:52px;
     278            }
     279
    274280            #comments h2 {
    275281            background: <?php echo ARSCP_AMP_Revolution::get()->options->get_option_data( 'menuBackColor', 'personalizator', '#fff' ); ?>;
     
    298304            line-height: 1;
    299305            width: 90%;
    300             margin-top: -48px;
     306
    301307            }
    302308            }
  • amp-revolution/trunk/readme.txt

    r1701640 r1703799  
    44Requires at least: 4.4
    55Tested up to: 4.8
    6 Stable tag: 0.1
     6Stable tag: 0.1.1
    77License: GPLv2 or later
    88
     
    6565== Changelog ==
    66660.1 -- Initial Release
     670.1.1 -- Fix: Comment view properly when avatars are disabled
     68
     69== Upgrade Notice ==
     70Fix: Comment view properly when avatars are disabled
Note: See TracChangeset for help on using the changeset viewer.