aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/_includes/examples/custom.html
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-03-09 11:12:18 +0100
committerMario <mario@mariovavti.com>2018-03-09 11:12:18 +0100
commit4baf5eab16d809977a44e7911ddcab0ff8383897 (patch)
tree393f618c4cfc20f53264ecd8a26a08de0823d35d /library/font_awesome/src/_includes/examples/custom.html
parent577da0eb9eb1f90a4cf7a70cfb3582cfb49007ac (diff)
parent7361af85b5488fc8bd1744389a3a332dc74276b0 (diff)
downloadvolse-hubzilla-4baf5eab16d809977a44e7911ddcab0ff8383897.tar.gz
volse-hubzilla-4baf5eab16d809977a44e7911ddcab0ff8383897.tar.bz2
volse-hubzilla-4baf5eab16d809977a44e7911ddcab0ff8383897.zip
Merge branch '3.2RC'3.2
Diffstat (limited to 'library/font_awesome/src/_includes/examples/custom.html')
-rw-r--r--library/font_awesome/src/_includes/examples/custom.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/library/font_awesome/src/_includes/examples/custom.html b/library/font_awesome/src/_includes/examples/custom.html
deleted file mode 100644
index 2de7ad7ab..000000000
--- a/library/font_awesome/src/_includes/examples/custom.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<section id="custom">
- <h2 class="page-header">Custom CSS</h2>
- <div class="row">
- <div class="col-md-3 col-sm-4">
- <p>Anything you can do with CSS font styles, you can do with Font Awesome.</p>
- </div>
- <div class="col-md-9 col-sm-8">
- <p>Star Ratings (inspired by <a href="http://css-tricks.com/star-ratings/" target="_blank">CSS Tricks</a>)</p>
- <div class="well">
- <span class="rating">
- <span class="star"></span><span class="star"></span><span class="star"></span><span class="star"></span><span class="star"></span>
- </span>
- </div>
- </div>
- </div>
-</section>