You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,11 +23,11 @@ If you have a button that triggers a dangerous action, like deleting data, this
23
23
If you wish to emphasize a specific action you can add the class `big`.
24
24
25
25
<a href="#" class="button big">Create Project</a>
26
-
26
+
27
27
## Grouped buttons ##
28
28
29
29
Groups of buttons can be created by wrapping them in an element given a class of `button-group`. A less important group of buttons can be marked out by adding a further class, `minor-group`.
30
-
30
+
31
31
<div class="button-group minor-group">
32
32
<a href="#" class="button primary">Dashboard</a>
33
33
<a href="#" class="button">Inbox</a>
@@ -41,13 +41,13 @@ Displaying a mixture of grouped and standalone buttons, as might be seen in a to
@@ -72,4 +72,4 @@ Public domain: [http://unlicense.org](http://unlicense.org)
72
72
73
73
## Acknowledgements ##
74
74
75
-
Inspired by [Michael Henriksen](http://michaelhenriksen.dk)'s [CSS3 Buttons](http://github.com/michenriksen/css3buttons). Icons from [Iconic pack](http://somerandomdude.com/projects/iconic/).
75
+
Inspired by [Michael Henriksen](http://michaelhenriksen.dk)'s [CSS3 Buttons](http://github.com/michenriksen/css3buttons). Icons from [Iconic pack](http://somerandomdude.com/projects/iconic/).
0 commit comments