aboutsummaryrefslogtreecommitdiff
path: root/budget/static/blueprint/plugins/buttons/readme.txt
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-08-21 01:42:10 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-08-21 01:42:10 +0200
commit7d60bee0ef5a38e6765b9bb51ae7e200157591a0 (patch)
tree5437408338e576c339bc402e029cc67589982191 /budget/static/blueprint/plugins/buttons/readme.txt
parent95fb9bbbfd0636766bb94a6bffdf67deb1172a12 (diff)
downloadihatemoney-mirror-7d60bee0ef5a38e6765b9bb51ae7e200157591a0.zip
ihatemoney-mirror-7d60bee0ef5a38e6765b9bb51ae7e200157591a0.tar.gz
ihatemoney-mirror-7d60bee0ef5a38e6765b9bb51ae7e200157591a0.tar.bz2
Re-design (Fixes #19)
Diffstat (limited to 'budget/static/blueprint/plugins/buttons/readme.txt')
-rw-r--r--budget/static/blueprint/plugins/buttons/readme.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/budget/static/blueprint/plugins/buttons/readme.txt b/budget/static/blueprint/plugins/buttons/readme.txt
deleted file mode 100644
index aa9fe26..0000000
--- a/budget/static/blueprint/plugins/buttons/readme.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-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>