aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/_includes/examples/bordered-pulled.html
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-26 11:05:48 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-26 11:05:48 +0100
commita5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 (patch)
treec0ec56a71c8ad04100d4914d14498b154a52e5dd /library/font_awesome/src/_includes/examples/bordered-pulled.html
parent4781a8cb6bbd6d0e379b404c455844ddbc7e2812 (diff)
downloadvolse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.tar.gz
volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.tar.bz2
volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.zip
switch to fork-awesome
Diffstat (limited to 'library/font_awesome/src/_includes/examples/bordered-pulled.html')
-rw-r--r--library/font_awesome/src/_includes/examples/bordered-pulled.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/library/font_awesome/src/_includes/examples/bordered-pulled.html b/library/font_awesome/src/_includes/examples/bordered-pulled.html
deleted file mode 100644
index b7841f0c2..000000000
--- a/library/font_awesome/src/_includes/examples/bordered-pulled.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<section id="bordered-pulled">
- <h2 class="page-header">
- Bordered &amp; Pulled Icons
- <div class="pull-right text-default margin-top padding-top-sm hidden-xs">
- <a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
- <a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
- </div>
- </h2>
- <div class="row">
- <div class="col-md-3 col-sm-4">
- <p>
- <i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
- &hellip;tomorrow we will run faster, stretch out our arms farther&hellip; And then one fine morning&mdash;
- So we beat on, boats against the current, borne back ceaselessly into the past.
- </p>
- </div>
- <div class="col-md-9 col-sm-8">
- <p>
- Use <code>fa-border</code> and <code>fa-pull-right</code> or <code>fa-pull-left</code> for easy pull quotes or
- article icons.
- </p>
-{% highlight html %}
-<i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
-...tomorrow we will run faster, stretch out our arms farther...
-And then one fine morning&mdash; So we beat on, boats against the
-current, borne back ceaselessly into the past.
-{% endhighlight %}
- </div>
- </div>
-</section>