Plugin Directory

Changeset 2184419


Ignore:
Timestamp:
11/01/2019 12:47:51 PM (6 years ago)
Author:
arrowplugins
Message:

Container CSS issue fixed

Location:
wp-instagram-feed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-instagram-feed/tags/2.1.3/includes/ifba-shortcode.php

    r1891917 r2184419  
    2929    ob_start();
    3030    ?> <style> .social-feed-container-<?php echo $id;
    31     ?> .social-feed-element a {
     31    ?>
     32    .social-feed-element a {
    3233        color: #0088cc !important;
    3334        text-decoration: none !important;
     
    103104            .social-feed-container-<?php echo $id;
    104105            ?> .social-feed-element .muted {
    105                 color: #6d6d6d;
     106                color: #6d6d6d !important;
    106107            }
    107108            .grid-item {
  • wp-instagram-feed/trunk/includes/ifba-shortcode.php

    r1891917 r2184419  
    2929    ob_start();
    3030    ?> <style> .social-feed-container-<?php echo $id;
    31     ?> .social-feed-element a {
     31    ?>
     32    .social-feed-element a {
    3233        color: #0088cc !important;
    3334        text-decoration: none !important;
     
    103104            .social-feed-container-<?php echo $id;
    104105            ?> .social-feed-element .muted {
    105                 color: #6d6d6d;
     106                color: #6d6d6d !important;
    106107            }
    107108            .grid-item {
Note: See TracChangeset for help on using the changeset viewer.