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

Andrew Shadura andrew at shadura.me
Wed Feb 25 06:43:39 EST 2015


# 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"></i></a>


More information about the kallithea-general mailing list