readme.txt 930 B

1234567891011121314151617181920212223242526272829303132
  1. Buttons
  2. * Gives you great looking CSS buttons, for both <a> and <button>.
  3. * Demo: particletree.com/features/rediscovering-the-button-element
  4. Credits
  5. ----------------------------------------------------------------
  6. * Created by Kevin Hale [particletree.com]
  7. * Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com]
  8. Usage
  9. ----------------------------------------------------------------
  10. 1) Add this plugin to lib/settings.yml.
  11. See compress.rb for instructions.
  12. 2) Use the following HTML code to place the buttons on your site:
  13. <button type="submit" class="button positive">
  14. <img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save
  15. </button>
  16. <a class="button" href="/password/reset/">
  17. <img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password
  18. </a>
  19. <a href="#" class="button negative">
  20. <img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel
  21. </a>