This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit e9e91bb94a0f498e63359556b2301cfd18400377
tree 2fac65c56d41e8ea94fc9f8be193624a7827a925
parent eb58cdef26ea537cc65f842c7675c6575575f6c0
tree 2fac65c56d41e8ea94fc9f8be193624a7827a925
parent eb58cdef26ea537cc65f842c7675c6575575f6c0
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
icons/ | Sun Nov 09 12:11:56 -0800 2008 | |
| |
readme.txt | Sun Nov 09 12:11:56 -0800 2008 | |
| |
screen.css | Tue Feb 03 11:30:02 -0800 2009 |
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>







