From f7db9dd1dc386e3c46ba801b30a46887fa74897d Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 25 Jun 2018 10:05:23 +0900 Subject: [PATCH] Remove box border-radius --- doccano/app/server/static/forum.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doccano/app/server/static/forum.css b/doccano/app/server/static/forum.css index c2d81299..2f2d7d95 100644 --- a/doccano/app/server/static/forum.css +++ b/doccano/app/server/static/forum.css @@ -65,10 +65,6 @@ article.post:last-child { p { font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif; } -.box { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} .tabs-details { margin-right: 1px; }