mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Reducing notitications footer.
This commit is contained in:
parent
f56f5d17fd
commit
1edf99d05e
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 544 B |
|
@ -149,7 +149,7 @@
|
|||
border: none;
|
||||
border-top: 3px solid #2d5273;
|
||||
border-bottom: 0;
|
||||
margin: 32px 0 12px 0;
|
||||
margin: 32px 0 0 0;
|
||||
}
|
||||
|
||||
.main_wrapper {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
{% block footer %}
|
||||
<tr>
|
||||
<td class="comment_body_td content-td" style="-webkit-background-clip: padding-box; -webkit-border-radius: 0 0 3px 3px; background: white; background-clip: padding-box; border-radius: 0 0 3px 3px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05); color: #525252; font-family: 'Helvetica Neue',Arial,sans-serif; font-size: 15px; line-height: 22px; overflow: hidden; padding: 0 0 24px;" bgcolor="white">
|
||||
<td class="comment_body_td content-td" style="-webkit-background-clip: padding-box; -webkit-border-radius: 0 0 3px 3px; background: white; background-clip: padding-box; border-radius: 0 0 3px 3px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05); color: #525252; font-family: 'Helvetica Neue',Arial,sans-serif; font-size: 15px; line-height: 22px; overflow: hidden; padding: 0 0 12px;" bgcolor="white">
|
||||
<p style="font-size:12px;text-align: center;">
|
||||
You received this because you have <a href="http://{% current_domain %}/site/{{ feed.pk }}/{{ feed_title|slugify }}?next=notifications" style="text-decoration:none;">email notifications for {{ feed_title }}</a>.
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue