From 043042428ce7eea3daec258743349ff23c40b6e6 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Oct 2013 16:11:20 -0700 Subject: add font_awesome --- .../tests/rotated-flipped-inside-anchor.html | 6 ++ .../tests/rotated-flipped-inside-btn.html | 6 ++ .../src/_includes/tests/rotated-flipped.html | 6 ++ .../src/_includes/tests/stacked-inside-anchor.html | 69 ++++++++++++++++++++++ .../font_awesome/src/_includes/tests/stacked.html | 51 ++++++++++++++++ 5 files changed, 138 insertions(+) create mode 100644 library/font_awesome/src/_includes/tests/rotated-flipped-inside-anchor.html create mode 100644 library/font_awesome/src/_includes/tests/rotated-flipped-inside-btn.html create mode 100644 library/font_awesome/src/_includes/tests/rotated-flipped.html create mode 100644 library/font_awesome/src/_includes/tests/stacked-inside-anchor.html create mode 100644 library/font_awesome/src/_includes/tests/stacked.html (limited to 'library/font_awesome/src/_includes/tests') diff --git a/library/font_awesome/src/_includes/tests/rotated-flipped-inside-anchor.html b/library/font_awesome/src/_includes/tests/rotated-flipped-inside-anchor.html new file mode 100644 index 000000000..df11b37b4 --- /dev/null +++ b/library/font_awesome/src/_includes/tests/rotated-flipped-inside-anchor.html @@ -0,0 +1,6 @@ +  normal
+  icon-rotate-90
+  icon-rotate-180
+  icon-rotate-270
+  icon-flip-horizontal
+  icon-flip-vertical diff --git a/library/font_awesome/src/_includes/tests/rotated-flipped-inside-btn.html b/library/font_awesome/src/_includes/tests/rotated-flipped-inside-btn.html new file mode 100644 index 000000000..c8c9993fd --- /dev/null +++ b/library/font_awesome/src/_includes/tests/rotated-flipped-inside-btn.html @@ -0,0 +1,6 @@ +  normal
+  icon-rotate-90
+  icon-rotate-180
+  icon-rotate-270
+  icon-flip-horizontal
+  icon-flip-vertical diff --git a/library/font_awesome/src/_includes/tests/rotated-flipped.html b/library/font_awesome/src/_includes/tests/rotated-flipped.html new file mode 100644 index 000000000..a6620cd3f --- /dev/null +++ b/library/font_awesome/src/_includes/tests/rotated-flipped.html @@ -0,0 +1,6 @@ +  normal
+  icon-rotate-90
+  icon-rotate-180
+  icon-rotate-270
+  icon-flip-horizontal
+  icon-flip-vertical diff --git a/library/font_awesome/src/_includes/tests/stacked-inside-anchor.html b/library/font_awesome/src/_includes/tests/stacked-inside-anchor.html new file mode 100644 index 000000000..d034a9959 --- /dev/null +++ b/library/font_awesome/src/_includes/tests/stacked-inside-anchor.html @@ -0,0 +1,69 @@ +

+ + + + + + Twitter Icon + + + + + + + Facebook Icon + + + + + + + GitHub Icon + +

+

+ + + + + + Twitter Icon + + + + + + + Facebook Icon + + + + + + + GitHub Icon + +

+

+ + + + + + Twitter Icon + + + + + + + Facebook Icon + + + + + + + GitHub Icon + +

\ No newline at end of file diff --git a/library/font_awesome/src/_includes/tests/stacked.html b/library/font_awesome/src/_includes/tests/stacked.html new file mode 100644 index 000000000..36e427f78 --- /dev/null +++ b/library/font_awesome/src/_includes/tests/stacked.html @@ -0,0 +1,51 @@ +

+ + + + + Twitter Icon + + + + + Facebook Icon + + + + + GitHub Icon +

+

+ + + + + Twitter Icon + + + + + Facebook Icon + + + + + GitHub Icon +

+

+ + + + + Twitter Icon + + + + + Facebook Icon + + + + + GitHub Icon +

\ No newline at end of file -- cgit v1.2.3