From d6bee9aa6d1f3be85b67b6ce7e4e2e8f269188bf Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 3 Dec 2021 00:18:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=20=EB=A9=94=EC=9D=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80,=20=EC=9E=A5=EC=88=98=20=EB=8F=99=ED=96=A5,?= =?UTF-8?q?=20=EA=B0=9C=EC=9D=B8=20=EA=B8=B0=EB=A1=9D,=20=EC=A4=91?= =?UTF-8?q?=EC=9B=90=20=EC=A0=95=EC=84=B8=20=EB=9D=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 6 +++--- hwe/scss/main.scss | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/hwe/index.php b/hwe/index.php index e58b756e..45b73e0d 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -258,15 +258,15 @@ $nationColorType = substr($myNationStatic['color'] ?? '#000000', 1);
-
장수 동향
+
장수 동향
-
개인 기록
+
개인 기록
-
중원 정세
+
중원 정세
diff --git a/hwe/scss/main.scss b/hwe/scss/main.scss index d581cda3..bf2b05ae 100644 --- a/hwe/scss/main.scss +++ b/hwe/scss/main.scss @@ -516,4 +516,9 @@ body { opacity: 0.7; } } +} + +.s-border-tb{ + border-top: gray solid 1px; + border-bottom: gray solid 1px; } \ No newline at end of file