Sha256: 63da530e2c72c380056a475b55b70fb088d3d3efcd1c76fd494e39bc3f56a747
Contents?: true
Size: 959 Bytes
Versions: 1
Compression:
Stored size: 959 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 line to "blueprint/screen.css": @import 'plugins/buttons/buttons.css'; 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webby-0.9.3-x86-mswin32 | examples/website/content/css/blueprint/plugins/buttons/Readme |