Changeset 1964551
- Timestamp:
- 10/28/2018 03:19:01 PM (7 years ago)
- Location:
- seo-breadcrumbs/trunk
- Files:
-
- 3 edited
-
css/seo-breadcrumbs-styles.css (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
seo-breadcrumbs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
seo-breadcrumbs/trunk/css/seo-breadcrumbs-styles.css
r1653190 r1964551 2 2 3 3 .breadcrumbs { 4 width:98%; 5 margin:1%; 6 border-radius:6px; 7 background-color:#f2f2f2; 8 padding:10px 8px; 9 overflow: hidden; 10 } 11 12 .breadcrumbs li a{ 4 width:98%; 5 margin:1%; 6 overflow: hidden; 7 border-radius:6px; 8 background-color:#f5f5f5; 9 padding:10px 8px !important; 10 } 11 12 .breadcrumbs ol { 13 margin: 0px !important; 14 padding: 0px !important; 15 list-style: none; 16 } 17 18 .breadcrumbs li a { 13 19 text-decoration: none; 14 20 } 15 21 22 .breadcrumbs ol li { 23 display: inline-block; 24 } 25 16 26 .breadcrumbs .separator { 17 display: none; 18 } 19 20 .breadcrumbs ol{ 21 margin: 0; 22 padding: 0; 23 list-style: none; 24 } 25 26 .breadcrumbs ol li { 27 display: inline-block; 27 display: none; 28 28 } 29 29 30 30 .breadcrumbs #breadcrumbs-style0 .separator { 31 display: inline-block;31 display: inline-block; 32 32 } 33 33 -
seo-breadcrumbs/trunk/readme.txt
r1956400 r1964551 4 4 Tags: seo, breadcrumbs, seo breadcrumbs, easy navigation, list, menu 5 5 Requires at least: 3.0.1 6 Tested up to: 4.9.86 Tested up to: 5.0 7 7 Stable tag: /trunk 8 8 License: GPLv2 or later -
seo-breadcrumbs/trunk/seo-breadcrumbs.php
r1956400 r1964551 4 4 Plugin URI: http://krnmsaikrishna.wordpress.com/plugins/seo-breadcrumbs 5 5 Description: SEO Breadcrumbs is powerful and easy to use plugin that can add five different breadcrumbs navigation to your wordpress website, and this plugin fully customizable and responsive. Plugin shows breadcrumbs on post, page, custom taxonomies, archives, attachements, error 404, search results and more. 6 Version: 3.26 Version: 4.0 7 7 Author: Krnm Saikrishna 8 8 Author URI: https:/krnmsaikrishna.wordpress.com
Note: See TracChangeset
for help on using the changeset viewer.