Plugin Directory

Changeset 1736181


Ignore:
Timestamp:
09/26/2017 11:10:30 AM (9 years ago)
Author:
worldfacts
Message:

update 1.6

Location:
stylish-internal-links/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • stylish-internal-links/trunk/readme.txt

    r1674767 r1736181  
    100100== Changelog ==
    101101
     102= 1.6 =
     103
     104* Update Fontawesome Icon
     105* Add System Stack Font
     106* Update CSS
     107
    102108= 1.5 =
    103109
  • stylish-internal-links/trunk/stylish-internal-link.php

    r1667704 r1736181  
    44* Plugin URI: https://www.allwebtuts.com/stylish-internal-links-wordpress-plugin/
    55* Description: Display a stylish Internal Links in your Wordpress posts.
    6 * Version: 1.5
     6* Version: 1.6
    77* Author: Santhosh veer
    8 * Author URI: https://www.mskian.com
     8* Author URI: https://www.allwebtuts.com
    99* License: GPLv2 or later
    1010* License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535.awts-inl {
    3636 display: block;
     37 font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    3738 font-size: 17px;
    3839 line-height: 1;
     
    4344 margin: 20px 20px 20px 10px
    4445 }
    45  .awts-inl small {
    46  font-size: 11px;
    47  color: #666;
    48  line-height: 10px
    49  }
    5046 .awts-inl a {
    5147 line-height: 26px
    5248 }
    5349 .awts-inl p {
     50 font-size: 16px;
    5451 margin-bottom: 10px!important
    5552 }
     
    9188// Font awesome Icon
    9289function awts_adding_styles() {
    93 wp_register_style("stylish-inlinks-icon", plugin_dir_url(__FILE__) . "font-awesome.min.css");
     90wp_register_style('stylish-inlinks-icon', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
    9491wp_enqueue_style('stylish-inlinks-icon');
    9592}
Note: See TracChangeset for help on using the changeset viewer.