Mathias Kresin 1fc6f2222c fix a display glitch in full content mode
Articles without paragraphs should have a margin to item action as well. Fix this issue by adding the margin to the container element.

There must be no space between between the <div class="preview-full-content"> and the $item['content']. The CSS pseudo-class :empty does not consider a div with whitespaces only as empty.  The Selectors Level 4 Draft[1] as of 13 September 2015, mentions the CSS pseudo-class :blank which will do so. But it's a draft and not yet implemented by the majority of the browsers.

[1] https://drafts.csswg.org/selectors-4/#the-blank-pseudo
2015-12-10 21:42:26 +01:00
..
2015-08-05 01:01:21 +02:00
2015-08-28 21:34:34 -04:00
2015-08-02 18:24:10 +02:00
2015-08-05 01:01:21 +02:00
2015-08-28 21:34:34 -04:00
2015-08-02 12:59:14 -04:00
2015-08-28 21:34:34 -04:00
2015-08-28 21:34:34 -04:00
2015-08-28 22:32:10 -04:00
2015-08-28 22:32:10 -04:00
2015-01-17 18:53:40 -05:00
2015-08-05 01:01:21 +02:00
2015-08-28 21:34:34 -04:00