mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +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 %}
|
||||
{% endfor %}
|
||||
{% if page.icon['aliases'] %}
|
||||
Aliases:
|
||||
· Aliases:
|
||||
{% for alias in page.icon['aliases'] %}
|
||||
{{ alias }}{% unless forloop.last %},{% endunless %}
|
||||
icon-{{ alias }}{% unless forloop.last %},{% endunless %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</small>
|
||||
|
@ -5628,6 +5628,13 @@ h6 {
|
||||
height: 219px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.index-ad {
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
.index-ad .lead {
|
||||
margin-top: 10px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
.btn-github {
|
||||
color: #ffffff;
|
||||
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;
|
||||
}
|
||||
|
||||
.index-ad {
|
||||
margin-bottom: 22px;
|
||||
.lead {
|
||||
margin-top: 10px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-github {
|
||||
.buttonBackground(@white, mix(@grayLighter, @grayLight, 50%));
|
||||
}
|
||||
|
@ -9,9 +9,9 @@ navbar_active: home
|
||||
|
||||
<div class="container">
|
||||
<section>
|
||||
<div class="row margin-bottom-large">
|
||||
<div class="row index-ad">
|
||||
<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,
|
||||
or anything that can be done with the power of CSS.
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user