public
Description: A CSS framework that aims to cut down on your CSS development time
Homepage: http://www.blueprintcss.org
Clone URL: git://github.com/joshuaclayton/blueprint-css.git
akf (author)
Mon Jun 29 20:18:27 -0700 2009
joshuaclayton (committer)
Mon Jun 29 20:18:27 -0700 2009
commit  e9e91bb94a0f498e63359556b2301cfd18400377
tree    2fac65c56d41e8ea94fc9f8be193624a7827a925
parent  eb58cdef26ea537cc65f842c7675c6575575f6c0
name age message
..
directory icons/ Sun Nov 09 12:11:56 -0800 2008 Return of the buttons plugin [Montoya]
file readme.txt Sun Nov 09 12:11:56 -0800 2008 Return of the buttons plugin [Montoya]
file screen.css Tue Feb 03 11:30:02 -0800 2009 Specify :hover background-color instead of back... [joshuaclayton]
blueprint/plugins/buttons/readme.txt
Buttons

* Gives you great looking CSS buttons, for both <a> and <button>.
* Demo: particletree.com/features/rediscovering-the-button-element


Credits
----------------------------------------------------------------

* Created by Kevin Hale [particletree.com]
* Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com]


Usage
----------------------------------------------------------------

1) Add this plugin to lib/settings.yml.
   See compress.rb for instructions.

2) Use the following HTML code to place the buttons on your site:

  <button type="submit" class="button positive">
    <img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save
  </button>

  <a class="button" href="/password/reset/">
    <img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password
  </a>

  <a href="#" class="button negative">
    <img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel
  </a>