From 8df82f30f9bf717827bf94b2da0cae7839f8e8e4 Mon Sep 17 00:00:00 2001 From: 9sqn Date: Sun, 18 Oct 2020 19:22:18 +0800 Subject: [PATCH] Remove bullet points from left side of screen --- 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..a45379d 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 {