From 043042428ce7eea3daec258743349ff23c40b6e6 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Oct 2013 16:11:20 -0700 Subject: add font_awesome --- .../src/_includes/examples/rotated-flipped.html | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 library/font_awesome/src/_includes/examples/rotated-flipped.html (limited to 'library/font_awesome/src/_includes/examples/rotated-flipped.html') diff --git a/library/font_awesome/src/_includes/examples/rotated-flipped.html b/library/font_awesome/src/_includes/examples/rotated-flipped.html new file mode 100644 index 000000000..cf061cd59 --- /dev/null +++ b/library/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