From 537ae4f76cd6dd0df21fbb06c220af0bc4c500c3 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 22 Dec 2016 16:50:34 +0100 Subject: add margin to li in posts and community --- _static/css/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '_static/css') diff --git a/_static/css/styles.css b/_static/css/styles.css index 164a596..c3a221b 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -343,6 +343,15 @@ footer { footer a { color: #ddd; } +/* + * posts and community lists + */ + +.posts li, +.community li { + margin: 0.5em; +} + /* * Color set taken from: * http://www.colourlovers.com/home/trends/interior-looks/7760/Dive_Into_Color -- cgit v1.2.3