回答編集履歴

1

修正

2016/12/26 03:00

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -21,6 +21,8 @@
21
21
  border: 1px solid #000;
22
22
 
23
23
  border-radius: 6px 6px 6px 6px;
24
+
25
+ overflow: hidden;
24
26
 
25
27
  }
26
28
 
@@ -49,22 +51,6 @@
49
51
  td:first-child, th:first-child {
50
52
 
51
53
  border-left: none;
52
-
53
- }
54
-
55
-
56
-
57
- th:nth-of-type(1) {
58
-
59
- border-radius: 6px 0 0 0;
60
-
61
- }
62
-
63
-
64
-
65
- th:nth-of-type(2) {
66
-
67
- border-radius: 0 6px 0 0;
68
54
 
69
55
  }
70
56