[PATCH] templates: centre the feed icon vertially in the public journal

Mads Kiilerich mads at kiilerich.com
Wed Feb 25 10:08:57 EST 2015


On 02/25/2015 12:55 PM, Thomas De Schampheleire wrote:
> 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.

https://bitbucket.org/conservancy/kallithea/pull-request/102/font-fixup/commits 
won the race for contributing these fixes ;-)

/Mads


More information about the kallithea-general mailing list