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/rotated-flipped.html | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bower_components/font-awesome/src/_includes/examples/rotated-flipped.html (limited to 'bower_components/font-awesome/src/_includes/examples/rotated-flipped.html') diff --git a/bower_components/font-awesome/src/_includes/examples/rotated-flipped.html b/bower_components/font-awesome/src/_includes/examples/rotated-flipped.html new file mode 100644 index 00000000..cf061cd5 --- /dev/null +++ b/bower_components/font-awesome/src/_includes/examples/rotated-flipped.html @@ -0,0 +1,29 @@ +
+ +
+
+ A set of classes that can be used to arbitrarily rotate and flip icons. +
+
+
+   normal
+   icon-rotate-90
+   icon-rotate-180
+   icon-rotate-270
+   icon-flip-horizontal
+   icon-flip-vertical +
+{% highlight html %} +  normal
+  icon-rotate-90
+  icon-rotate-180
+  icon-rotate-270
+  icon-flip-horizontal
+  icon-flip-vertical +{% endhighlight %} +

+ Rotating and flipping icons aren't yet supported in IE7. +

+
+
+
-- cgit v1.2.3