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/bulleted-lists.html | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 library/font_awesome/src/_includes/examples/bulleted-lists.html (limited to 'library/font_awesome/src/_includes/examples/bulleted-lists.html') diff --git a/library/font_awesome/src/_includes/examples/bulleted-lists.html b/library/font_awesome/src/_includes/examples/bulleted-lists.html new file mode 100644 index 000000000..73db34e47 --- /dev/null +++ b/library/font_awesome/src/_includes/examples/bulleted-lists.html @@ -0,0 +1,31 @@ +
+ +
+
+
+
+
    +
  • Bulleted lists (like this one)
  • +
  • Buttons
  • +
  • Button groups
  • +
  • Navigation
  • +
  • Prepended form inputs
  • +
  • …and many more with custom CSS
  • +
+
+
+

Easily replace individual bullets.

+{% highlight html %} +
    +
  • Bulleted lists (like this one)
  • +
  • Buttons
  • +
  • Button groups
  • +
  • Navigation
  • +
  • Prepended form inputs
  • +
  • …and many more with custom CSS
  • +
+{% endhighlight %} +
Make sure to NOT include any whitespace after the icon declaration.
+
+
+
-- cgit v1.2.3