From 6714f05b49f314fe27e977b5555cb6c6cd6b1e17 Mon Sep 17 00:00:00 2001 From: rr- Date: Fri, 20 Jan 2017 22:39:49 +0100 Subject: [PATCH] client/posts: remove bullets from post management --- client/css/post-main-view.styl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index 689ec73..b4d9b8f 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -130,8 +130,13 @@ display: inline-block .management - li + ul + list-style-type: none margin: 0 + padding: 0 + li + margin: 0 + padding: 0 label margin-bottom: 0.3em