Changeset 1736181
- Timestamp:
- 09/26/2017 11:10:30 AM (9 years ago)
- Location:
- stylish-internal-links/trunk
- Files:
-
- 1 deleted
- 2 edited
-
font-awesome.min.css (deleted)
-
readme.txt (modified) (1 diff)
-
stylish-internal-link.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stylish-internal-links/trunk/readme.txt
r1674767 r1736181 100 100 == Changelog == 101 101 102 = 1.6 = 103 104 * Update Fontawesome Icon 105 * Add System Stack Font 106 * Update CSS 107 102 108 = 1.5 = 103 109 -
stylish-internal-links/trunk/stylish-internal-link.php
r1667704 r1736181 4 4 * Plugin URI: https://www.allwebtuts.com/stylish-internal-links-wordpress-plugin/ 5 5 * Description: Display a stylish Internal Links in your Wordpress posts. 6 * Version: 1. 56 * Version: 1.6 7 7 * Author: Santhosh veer 8 * Author URI: https://www. mskian.com8 * Author URI: https://www.allwebtuts.com 9 9 * License: GPLv2 or later 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 .awts-inl { 36 36 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'; 37 38 font-size: 17px; 38 39 line-height: 1; … … 43 44 margin: 20px 20px 20px 10px 44 45 } 45 .awts-inl small {46 font-size: 11px;47 color: #666;48 line-height: 10px49 }50 46 .awts-inl a { 51 47 line-height: 26px 52 48 } 53 49 .awts-inl p { 50 font-size: 16px; 54 51 margin-bottom: 10px!important 55 52 } … … 91 88 // Font awesome Icon 92 89 function awts_adding_styles() { 93 wp_register_style( "stylish-inlinks-icon", plugin_dir_url(__FILE__) . "font-awesome.min.css");90 wp_register_style('stylish-inlinks-icon', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); 94 91 wp_enqueue_style('stylish-inlinks-icon'); 95 92 }
Note: See TracChangeset
for help on using the changeset viewer.