$Id$

-- SUMMARY --

The Pullquote module duplicates marked-up node body text as a CSS formatted
pullquote, using according to a technique described at: http://css-tricks.com/better-pull-quotes/

For a full description visit the project page:
* http://drupal.org/project/pullquote

Bug reports, feature suggestions and latest developments:
* http://drupal.org/project/issues/pullquote

-- REQUIREMENTS --

None.

-- INSTALLATION --
Install and activate the module as normal, see http://drupal.org/node/70151 for further information.

-- USE --
Simply surround any text to be duplicated as a pull quote with a span that has the class 'pullquote'.
For example: <span class="pullquote">this is a test</span>

To diswplay the pullquote on the left of the body text, instead use the class 'pullquoteopposite'.
For example: <span class="pullquote pullquote-left">this is a left test</span>

-- CONTACT --

Current maintainers:
* Jun Matsushita (jun) - http://drupal.org/user/49184
* Stuckagain - http://drupal.org/user/196722

Contributors:
* Sun - http://drupal.org/user/54136