aboutsummaryrefslogtreecommitdiff
path: root/static/css/blueprint/plugins/buttons/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/blueprint/plugins/buttons/readme.txt')
-rw-r--r--static/css/blueprint/plugins/buttons/readme.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/static/css/blueprint/plugins/buttons/readme.txt b/static/css/blueprint/plugins/buttons/readme.txt
deleted file mode 100644
index aa9fe26..0000000
--- a/static/css/blueprint/plugins/buttons/readme.txt
+++ /dev/null
@@ -1,32 +0,0 @@
1Buttons
2
3* Gives you great looking CSS buttons, for both <a> and <button>.
4* Demo: particletree.com/features/rediscovering-the-button-element
5
6
7Credits
8----------------------------------------------------------------
9
10* Created by Kevin Hale [particletree.com]
11* Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com]
12
13
14Usage
15----------------------------------------------------------------
16
171) Add this plugin to lib/settings.yml.
18 See compress.rb for instructions.
19
202) Use the following HTML code to place the buttons on your site:
21
22 <button type="submit" class="button positive">
23 <img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save
24 </button>
25
26 <a class="button" href="/password/reset/">
27 <img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password
28 </a>
29
30 <a href="#" class="button negative">
31 <img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel
32 </a>