[PATCH] templates: centre the feed icon vertially in the public journal
Thomas De Schampheleire
patrickdepinguin at gmail.com
Wed Feb 25 06:55:11 EST 2015
On Wed, Feb 25, 2015 at 12:43 PM, Andrew Shadura <andrew at shadura.me> wrote:
> # HG changeset patch
> # User Andrew Shadura <andrew at shadura.me>
> # Date 1424864441 -3600
> # Wed Feb 25 12:40:41 2015 +0100
> # Node ID 54ca0422017d790f16135b4da347850c68458c55
> # Parent fc311d8c3997063a8c6020f4e8d32ca77be339e5
> templates: centre the feed icon vertially in the public journal
>
> diff --git a/kallithea/templates/journal/public_journal.html b/kallithea/templates/journal/public_journal.html
> --- a/kallithea/templates/journal/public_journal.html
> +++ b/kallithea/templates/journal/public_journal.html
> @@ -19,7 +19,7 @@
> <!-- box / title -->
> <div class="title">
> <h5>${_('Public Journal')}</h5>
> - <ul class="links">
> + <ul class="links icon-only-links">
> <li>
> <span>
> <a href="${h.url('public_journal_atom')}"> <i class="icon-rss-squared" style="color: #fa9b39">
At the same time I think we should change the orange color to white,
same as is done on the non-public journal. The orange does not look
nice on the green background.
Best regards,
Thomas
More information about the kallithea-general
mailing list