mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
simplifying page lead
This commit is contained in:
parent
e25b77efde
commit
ec4a665ffc
@ -1,14 +1,12 @@
|
|||||||
<section id="examples">
|
<section id="examples">
|
||||||
<div class="row">
|
<div class="row stripe-ad">
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
<h2 class="page-header">Examples</h2>
|
<p class="lead">
|
||||||
<p>
|
|
||||||
After you get <a href="{{ site.baseurl }}integration/">up and running</a>, you can place Font Awesome icons just about anywhere with the <code><i></code> tag.
|
After you get <a href="{{ site.baseurl }}integration/">up and running</a>, you can place Font Awesome icons just about anywhere with the <code><i></code> tag.
|
||||||
Many examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
|
Many examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<br>
|
|
||||||
{% include ads/carbon-light-horizontal.html %}
|
{% include ads/carbon-light-horizontal.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
<section id="whats-new">
|
<section id="whats-new">
|
||||||
<div class="row">
|
<div class="row stripe-ad">
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
<h2 class="page-header">New Features</h2>
|
<p class="lead">
|
||||||
<p>
|
|
||||||
We're always making Font Awesome a little awesome-er. Have some ideas for new features? Head on over to the
|
We're always making Font Awesome a little awesome-er. Have some ideas for new features? Head on over to the
|
||||||
<a href="{{ site.font-awesome.github.url }}">Font Awesome GitHub project</a>.
|
<a href="{{ site.font-awesome.github.url }}">Font Awesome GitHub project</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<br>
|
|
||||||
{% include ads/carbon-light-horizontal.html %}
|
{% include ads/carbon-light-horizontal.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5652,10 +5652,10 @@ h6 {
|
|||||||
height: 219px;
|
height: 219px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
.index-ad {
|
.stripe-ad {
|
||||||
margin-bottom: 22px;
|
margin-bottom: 22px;
|
||||||
}
|
}
|
||||||
.index-ad .lead {
|
.stripe-ad .lead {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
}
|
}
|
||||||
|
@ -170,7 +170,7 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
|||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-ad {
|
.stripe-ad {
|
||||||
margin-bottom: 22px;
|
margin-bottom: 22px;
|
||||||
.lead {
|
.lead {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
@ -9,7 +9,7 @@ navbar_active: home
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<section>
|
<section>
|
||||||
<div class="row index-ad">
|
<div class="row stripe-ad">
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
<div class="lead">
|
<div class="lead">
|
||||||
Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow,
|
Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow,
|
||||||
|
Loading…
Reference in New Issue
Block a user