public
Fork of schacon/whygitisbetter
Description: la traduction francaise de whygitisbetterthanx.com
Homepage: http://fr.whygitisbetterthanx.com
Clone URL: git://github.com/alx/whygitisbetter.git
whygitisbetter / blueprint
name age message
..
directory icons/ Tue Nov 25 10:04:13 -0800 2008 framework for the site and outline of the argum... [schacon]
file ie.css Tue Nov 25 10:04:13 -0800 2008 framework for the site and outline of the argum... [schacon]
file print.css Loading commit data...
file readme.txt
file screen.css
directory src/ Tue Nov 25 10:04:13 -0800 2008 framework for the site and outline of the argum... [schacon]
blueprint/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>