Google Reader logo and spacing.

This commit is contained in:
Samuel Clay 2012-09-13 12:09:30 -07:00
parent 11ac02e852
commit 4f9a7fcbda
3 changed files with 3 additions and 3 deletions

View file

@ -423,11 +423,11 @@ body.NB-welcome {
.NB-welcome-features .NB-feature-caption {
font-weight: bold;
font-size: 24px;
margin: 8px 0 0;
margin: 24px 0 0;
}
.NB-welcome-features .NB-feature-text {
color: #808080;
margin: 8px 0 0;
margin: 24px 0 0;
font-size: 15px;
line-height: 22px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -115,7 +115,7 @@
{% endfor %}
{% endif %}
<div class="NB-signup-orline {% if signup_form.errors %}NB-signup-orline-reduced{% endif %}">&mdash; <span class="NB-signup-orline-or">or</span> &mdash;</div>
<a href="{% url google-reader-authorize %}" class="NB-splash-link NB-signup-google">Import from Google Reader</a>
<a href="{% url google-reader-authorize %}" class="NB-splash-link NB-signup-google">Import from<br /><img src="{{ MEDIA_URL }}img/welcome/Google_Reader_logo.png" width="16" height="16" style="vertical-align: bottom;"> Google Reader</a>
</div>
</div>