mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Fix #484
This commit is contained in:
parent
6bc3327024
commit
ea353d4fc1
@ -2574,7 +2574,6 @@ input[type="submit"].button {
|
|||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
vertical-align: top;
|
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,6 +16,14 @@ doc-subtab: content
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<div class="content">
|
<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>
|
<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>
|
<ul>
|
||||||
<li><code><p></code> paragraphs</li>
|
<li><code><p></code> paragraphs</li>
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
display: inline-flex
|
display: inline-flex
|
||||||
justify-content: center
|
justify-content: center
|
||||||
height: 1.5rem
|
height: 1.5rem
|
||||||
vertical-align: top
|
|
||||||
width: 1.5rem
|
width: 1.5rem
|
||||||
.fa
|
.fa
|
||||||
font-size: 21px
|
font-size: 21px
|
||||||
|
Loading…
Reference in New Issue
Block a user