mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-27 14:01:32 +08:00
updating index
This commit is contained in:
parent
e6f70ff0b3
commit
8d5063c248
@ -23,9 +23,9 @@ title_prefix: Font Awesome Icons
|
|||||||
{{ category }}{% unless forloop.last %},{% endunless %}
|
{{ category }}{% unless forloop.last %},{% endunless %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if page.icon['aliases'] %}
|
{% if page.icon['aliases'] %}
|
||||||
Aliases:
|
· Aliases:
|
||||||
{% for alias in page.icon['aliases'] %}
|
{% for alias in page.icon['aliases'] %}
|
||||||
{{ alias }}{% unless forloop.last %},{% endunless %}
|
icon-{{ alias }}{% unless forloop.last %},{% endunless %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</small>
|
</small>
|
||||||
|
@ -5628,6 +5628,13 @@ h6 {
|
|||||||
height: 219px;
|
height: 219px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
.index-ad {
|
||||||
|
margin-bottom: 22px;
|
||||||
|
}
|
||||||
|
.index-ad .lead {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-right: 30px;
|
||||||
|
}
|
||||||
.btn-github {
|
.btn-github {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
|
@ -170,6 +170,14 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
|||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.index-ad {
|
||||||
|
margin-bottom: 22px;
|
||||||
|
.lead {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-right: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn-github {
|
.btn-github {
|
||||||
.buttonBackground(@white, mix(@grayLighter, @grayLight, 50%));
|
.buttonBackground(@white, mix(@grayLighter, @grayLight, 50%));
|
||||||
}
|
}
|
||||||
|
@ -9,9 +9,9 @@ navbar_active: home
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<section>
|
<section>
|
||||||
<div class="row margin-bottom-large">
|
<div class="row index-ad">
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
<div class="lead margin-top">
|
<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,
|
||||||
or anything that can be done with the power of CSS.
|
or anything that can be done with the power of CSS.
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user