]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix wrong content
authorJeremy Thomas <bbxdesign@gmail.com>
Wed, 12 Apr 2017 21:48:11 +0000 (22:48 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 12 Apr 2017 21:48:11 +0000 (22:48 +0100)
docs/documentation/elements/content.html

index e226df6594d3472d87bf1488a6192553599839cd..847fa9c5fedd7c1a6733d54be7bee24e7f93d95e 100644 (file)
@@ -16,14 +16,6 @@ doc-subtab: content
     <hr>
 
     <div class="content">
-    <p>
-    <strong class="is-block">Point of Contact</strong>
-    <span class="icon is-small"><i class="fa fa-envelope"></i></span> John Doe
-    <br>
-    <span class="icon is-small"><i class="fa fa-phone"></i></span> (555) 555-5555
-    <br>
-    <span class="icon is-small"><i class="fa fa-fax"></i></span> (555) 555-5556
-</p>
       <p>When you can't use the CSS classes you want, or when you just want to directly use HTML tags, use <code>content</code> as container. It can handle almost any HTML tag:</p>
       <ul>
         <li><code>&lt;p&gt;</code> paragraphs</li>