From 4642156cbc6da4a9e25dce2168f2fb9b726de042 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 15:19:12 -0400 Subject: unignore bower_components --- .../src/_includes/examples/stacked.html | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 bower_components/font-awesome/src/_includes/examples/stacked.html (limited to 'bower_components/font-awesome/src/_includes/examples/stacked.html') diff --git a/bower_components/font-awesome/src/_includes/examples/stacked.html b/bower_components/font-awesome/src/_includes/examples/stacked.html new file mode 100644 index 00000000..3e7240c1 --- /dev/null +++ b/bower_components/font-awesome/src/_includes/examples/stacked.html @@ -0,0 +1,55 @@ +
+ +
+
+ A method for easily stacking multiple icons. Use the icon-stack class on the parent and + icon-stack-base for the bottom icon. +
+
+
+ + + + + icon-twitter on icon-check-empty
+ + + + + icon-flag on icon-circle
+ + + + + icon-terminal on icon-sign-blank
+ + + + + icon-camera on icon-ban-circle +
+{% highlight html %} + + + + +icon-twitter on icon-check-empty
+ + + + +icon-flag on icon-circle
+ + + + +icon-terminal on icon-sign-blank
+ + + + +icon-camera on icon-ban-circle +{% endhighlight %} +
+
+
-- cgit v1.2.3