質問編集履歴

1

コード部分の抜けの修正

2020/03/19 08:14

投稿

good_sun
good_sun

スコア7

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,12 @@
30
30
 
31
31
  }
32
32
 
33
+ #breadcrumb ol li {
34
+
35
+ display: inline;
36
+
37
+ }
38
+
33
39
  #breadcrumb ol li::after {/* liと::afterの間にスペースがない */
34
40
 
35
41
  content: ">";
@@ -52,6 +58,12 @@
52
58
 
53
59
  }
54
60
 
61
+ #breadcrumb ol li {
62
+
63
+ display: inline;
64
+
65
+ }
66
+
55
67
  #breadcrumb ol li ::after {/* liと::afterの後ろにスペースがある */
56
68
 
57
69
  content: ">";