From 950b001675fcce0d103c3daa51f7adde8f28361b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 13 Feb 2022 15:06:22 -0800 Subject: [PATCH] Remove circles in front of page header list items --- ui/static/css/common.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 15282aa3..69f2aab4 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -118,14 +118,9 @@ a:hover { color: #666; } -.page-header ul, -.page-footer ul { - margin-left: 25px; -} - .page-header li, .page-footer li { - list-style-type: circle; + list-style-type: none; line-height: 1.8em; } @@ -250,11 +245,6 @@ a:hover { font-size: 1.0em; } - .page-header ul, - .page-footer ul { - margin-left: 0; - } - .page-header li, .page-footer li { display: inline;