Changeset 170086
- Timestamp:
- 11/03/2009 08:37:07 PM (16 years ago)
- Location:
- custom-style
- Files:
-
- 3 edited
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-style/tags/1.0.1/readme.txt
r170075 r170086 79 79 == Frequently Asked Questions == 80 80 81 = No `<style>..</style>` in my `<head />`element? =81 = No <style>..</style> in my <head /> element? = 82 82 83 83 The plugin depends on the usage of `<?php wp_head(); ?>`. So your … … 86 86 <head> .. <?php wp_head(); ?> .. </head> 87 87 88 = There is a `<style>..</style>` in my `<head />` element - no visible effect though!? = 88 = There is a <style>..</style> in my <<head /> element - no visible effect though!? = 89 89 90 90 91 Make sure that your CSS styles are not overridden by `<style />` -
custom-style/tags/1.0.2/readme.txt
r170084 r170086 79 79 == Frequently Asked Questions == 80 80 81 = No `<style>..</style>` in my `<head />`element? =81 = No <style>..</style> in my <head /> element? = 82 82 83 83 The plugin depends on the usage of `<?php wp_head(); ?>`. So your … … 86 86 <head> .. <?php wp_head(); ?> .. </head> 87 87 88 = There is a `<style>..</style>` in my `<head />`element - no visible effect though!? =88 = There is a <style>..</style> in my <<head /> element - no visible effect though!? = 89 89 90 90 Make sure that your CSS styles are not overridden by `<style />` -
custom-style/trunk/readme.txt
r170083 r170086 79 79 == Frequently Asked Questions == 80 80 81 = No `<style>..</style>` in my `<head />`element? =81 = No <style>..</style> in my <head /> element? = 82 82 83 83 The plugin depends on the usage of `<?php wp_head(); ?>`. So your … … 86 86 <head> .. <?php wp_head(); ?> .. </head> 87 87 88 = There is a `<style>..</style>` in my `<head />`element - no visible effect though!? =88 = There is a <style>..</style> in my <<head /> element - no visible effect though!? = 89 89 90 90 Make sure that your CSS styles are not overridden by `<style />`
Note: See TracChangeset
for help on using the changeset viewer.