Changeset 2184419
- Timestamp:
- 11/01/2019 12:47:51 PM (6 years ago)
- Location:
- wp-instagram-feed
- Files:
-
- 2 edited
-
tags/2.1.3/includes/ifba-shortcode.php (modified) (2 diffs)
-
trunk/includes/ifba-shortcode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-instagram-feed/tags/2.1.3/includes/ifba-shortcode.php
r1891917 r2184419 29 29 ob_start(); 30 30 ?> <style> .social-feed-container-<?php echo $id; 31 ?> .social-feed-element a { 31 ?> 32 .social-feed-element a { 32 33 color: #0088cc !important; 33 34 text-decoration: none !important; … … 103 104 .social-feed-container-<?php echo $id; 104 105 ?> .social-feed-element .muted { 105 color: #6d6d6d ;106 color: #6d6d6d !important; 106 107 } 107 108 .grid-item { -
wp-instagram-feed/trunk/includes/ifba-shortcode.php
r1891917 r2184419 29 29 ob_start(); 30 30 ?> <style> .social-feed-container-<?php echo $id; 31 ?> .social-feed-element a { 31 ?> 32 .social-feed-element a { 32 33 color: #0088cc !important; 33 34 text-decoration: none !important; … … 103 104 .social-feed-container-<?php echo $id; 104 105 ?> .social-feed-element .muted { 105 color: #6d6d6d ;106 color: #6d6d6d !important; 106 107 } 107 108 .grid-item {
Note: See TracChangeset
for help on using the changeset viewer.