Plugin Directory

Changeset 132941


Ignore:
Timestamp:
07/08/2009 08:43:10 AM (17 years ago)
Author:
aradke
Message:

Updating readme.txt

Location:
shadows
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shadows/tags/0.3/readme.txt

    r132931 r132941  
    4040### Known Issues
    41411. 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.
     421. The plugin does not support divs nested inside the shadowed div or blockquotes nested inside the shadowed blockquote.
    4243
    4344### Recommendations
     
    48491. Upload the whole plugin folder to your /wp-content/plugins/ folder.
    49501. 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.
     511. Place `class="shadow_curl"`, `class="shadow_flat"`, etc on the objects you want to have shadows.
    5152
    5253== Frequently Asked Questions ==
  • shadows/trunk/readme.txt

    r132931 r132941  
    4040### Known Issues
    41411. 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.
     421. The plugin does not support divs nested inside the shadowed div or blockquotes nested inside the shadowed blockquote.
    4243
    4344### Recommendations
     
    48491. Upload the whole plugin folder to your /wp-content/plugins/ folder.
    49501. 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.
     511. Place `class="shadow_curl"`, `class="shadow_flat"`, etc on the objects you want to have shadows.
    5152
    5253== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.