Sha256: 1db28a72c164da142627a18a669a43bc5eb50615fb5e5409b6557a15fb785c89
Contents?: true
Size: 953 Bytes
Versions: 2
Compression:
Stored size: 953 Bytes
Contents
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>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webby-0.9.4-x86-mswin32 | examples/blog/content/css/blueprint/plugins/buttons/readme.txt |
webby-0.9.4-x86-mswin32 | examples/website/content/css/blueprint/plugins/buttons/readme.txt |