Changeset 132941
- Timestamp:
- 07/08/2009 08:43:10 AM (17 years ago)
- Location:
- shadows
- Files:
-
- 2 edited
-
tags/0.3/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shadows/tags/0.3/readme.txt
r132931 r132941 40 40 ### Known Issues 41 41 1. If something covers the div or blockquote it can push the shadow down to below the covering object and thus separate the shadow from the object it should be attached to. Try to avoid it through the use of clear or margins. 42 1. The plugin does not support divs nested inside the shadowed div or blockquotes nested inside the shadowed blockquote. 42 43 43 44 ### Recommendations … … 48 49 1. Upload the whole plugin folder to your /wp-content/plugins/ folder. 49 50 1. Activate the plugin through the 'Plugins' menu in WordPress. 50 1. Place `class="shadow_curl"` or `class="shadow_flat"`on the objects you want to have shadows.51 1. Place `class="shadow_curl"`, `class="shadow_flat"`, etc on the objects you want to have shadows. 51 52 52 53 == Frequently Asked Questions == -
shadows/trunk/readme.txt
r132931 r132941 40 40 ### Known Issues 41 41 1. If something covers the div or blockquote it can push the shadow down to below the covering object and thus separate the shadow from the object it should be attached to. Try to avoid it through the use of clear or margins. 42 1. The plugin does not support divs nested inside the shadowed div or blockquotes nested inside the shadowed blockquote. 42 43 43 44 ### Recommendations … … 48 49 1. Upload the whole plugin folder to your /wp-content/plugins/ folder. 49 50 1. Activate the plugin through the 'Plugins' menu in WordPress. 50 1. Place `class="shadow_curl"` or `class="shadow_flat"`on the objects you want to have shadows.51 1. Place `class="shadow_curl"`, `class="shadow_flat"`, etc on the objects you want to have shadows. 51 52 52 53 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.