From 8d2ce11daf87267091ffec971cd46d16937cc69c Mon Sep 17 00:00:00 2001 From: pdp8 Date: Thu, 25 Aug 2022 19:48:19 +0200 Subject: fork-awesome removed --- .../src/doc/_includes/examples/stacked.html | 65 ---------------------- 1 file changed, 65 deletions(-) delete mode 100644 snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html') diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html deleted file mode 100644 index 65b3603..0000000 --- a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html +++ /dev/null @@ -1,65 +0,0 @@ -
- -
-
-
- - fa-twitter on fa-square-o
- - fa-flag on fa-circle
- - fa-terminal on fa-square
- - fa-ban on fa-camera -
-
-
-

- To stack multiple icons, use the fa-stack class on the parent, the fa-stack-1x - for the regularly sized icon, and fa-stack-2x for the larger icon. fa-inverse - can be used as an alternative icon color. You can even throw larger icon classes on the parent - to get further control of sizing. -

-{% highlight html %} - - - - -fa-twitter on fa-square-o
- - - - -fa-flag on fa-circle
- - - - -fa-terminal on fa-square
- - - - -fa-ban on fa-camera -{% endhighlight %} -
-
-
-- cgit v1.2.3