From 4ef8a9ede8ad30d530bd13288978b1a216df45a5 Mon Sep 17 00:00:00 2001 From: 9sqn <46191712+9sqn@users.noreply.github.com> Date: Mon, 19 Oct 2020 14:30:08 +0800 Subject: [PATCH] Remove bullet points from left side of screen (#1) * Remove bullet points from left side of screen * Update style.css Fix indentation to be consistent with the rest of the project --- xmrnodes/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmrnodes/static/css/style.css b/xmrnodes/static/css/style.css index a567396..377aeb2 100644 --- a/xmrnodes/static/css/style.css +++ b/xmrnodes/static/css/style.css @@ -22,6 +22,8 @@ input[type="text"] { .flashes { padding-top: 1em; + list-style-type: none; + padding-left: 0px; } .search-btn {