mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Google Reader logo and spacing.
This commit is contained in:
parent
11ac02e852
commit
4f9a7fcbda
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
BIN
media/img/welcome/Google_Reader_logo.png
Normal file
BIN
media/img/welcome/Google_Reader_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
|
@ -115,7 +115,7 @@
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
<div class="NB-signup-orline {% if signup_form.errors %}NB-signup-orline-reduced{% endif %}">— <span class="NB-signup-orline-or">or</span> —</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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue