From 0adc7a0d5eb1aa0934ba970313baa6ce2846ecc4 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 28 Jun 2018 16:37:19 +1000 Subject: [PATCH] Handle cats and syndications with better wrapping behaviour -   doesn't work as well as I'd hoped --- entries/jinja2/entries/h-entry.html | 6 ++++-- entries/static/entries/css/h-entry.styl | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/entries/jinja2/entries/h-entry.html b/entries/jinja2/entries/h-entry.html index a27de65..8278a5b 100644 --- a/entries/jinja2/entries/h-entry.html +++ b/entries/jinja2/entries/h-entry.html @@ -37,12 +37,14 @@ {% for c in entry.cats.all() %} {{i}} - {{i}} {{ c.name }} + {{i}} + {{i}}{{ c.name }} {{i}} {% endfor %} {% for s in entry.syndications.all() %} {{i}} - {{i}} {{ s.profile }} + {{i}} + {{i}}{{ s.profile }} {{i}} {% endfor %} {{i}} diff --git a/entries/static/entries/css/h-entry.styl b/entries/static/entries/css/h-entry.styl index 2a40a3c..c52bfa4 100644 --- a/entries/static/entries/css/h-entry.styl +++ b/entries/static/entries/css/h-entry.styl @@ -51,4 +51,5 @@ ol.entries, div.entry > :last-child margin-bottom 0 .card-link + display inline-block font-size 0.8rem