From 9143606501cd0d7f99de3b3185941c90189f4978 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Wed, 10 May 2017 15:12:30 +0200 Subject: [PATCH] add style for entry picture --- emels/static/css/entry.css | 4 ++++ emels/static/css/entry.scss | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/emels/static/css/entry.css b/emels/static/css/entry.css index 4226ad9..b4a42eb 100644 --- a/emels/static/css/entry.css +++ b/emels/static/css/entry.css @@ -6,6 +6,10 @@ margin-right: 1.25em; color: #96928b; } +.entry-wrapped img.entry-picture { + float: left; + margin: 0 1.5em 1em 0; } + .entry-news .avatar { display: none; } .entry-news .date { diff --git a/emels/static/css/entry.scss b/emels/static/css/entry.scss index 2552376..4817b1e 100644 --- a/emels/static/css/entry.scss +++ b/emels/static/css/entry.scss @@ -13,6 +13,11 @@ } } +.entry-wrapped img.entry-picture { + float: left; + margin: 0 1.5em 1em 0; +} + .entry-news { .avatar { display: none; -- 2.20.1