From 5d6ea07024b475d94b997ad5972f433cf0b5aae4 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 일, 12 12월 2021 18:13:38 +0900 Subject: [PATCH] - 상단 검색 기능 추가 --- src/main/webapp/assets/styles/main.css | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index 31220e4..85568ee 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -30493,4 +30493,15 @@ margin: 0 auto; } -/* 媛꾪듃李⑦듃 end */ +/* �씠�뒋 �듃由� */ +/** + * Framework starts from here ... + * ------------------------------ + */ + +.tree, +.tree ul { + list-style:none; +} + + -- Gitblit v1.8.0