Browse Source

Remove box border-radius

pull/10/head
Hironsan 6 years ago
parent
commit
f7db9dd1dc
1 changed files with 0 additions and 4 deletions
  1. 4
      doccano/app/server/static/forum.css

4
doccano/app/server/static/forum.css

@ -65,10 +65,6 @@ article.post:last-child {
p { p {
font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif; font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
} }
.box {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.tabs-details { .tabs-details {
margin-right: 1px; margin-right: 1px;
} }

Loading…
Cancel
Save