質問編集履歴
2
<div class ="title -unread">を閉じる</div>を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
<li class ="message">
|
48
48
|
|
49
|
-
<div class = "read-state -unread">
|
49
|
+
<div class = "read-state -unread">
|
50
50
|
|
51
51
|
::after
|
52
52
|
|
@@ -60,11 +60,19 @@
|
|
60
60
|
|
61
61
|
<a href = javascript:void(0);" onclick ="URL1">hoge</a> ■
|
62
62
|
|
63
|
+
</div>
|
64
|
+
|
63
65
|
<div class = "limit">...</div>
|
64
66
|
|
65
67
|
<div class = "buttonPDF1">
|
66
68
|
|
67
69
|
<a href = "Javascript:doInline("URL2")>fuga</a> ★
|
70
|
+
|
71
|
+
</div>
|
72
|
+
|
73
|
+
</div>
|
74
|
+
|
75
|
+
</li>
|
68
76
|
|
69
77
|
<li class="message -read">...<li>
|
70
78
|
|
1
HTMLのコードが段落分けできていなかったため
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
```
|
13
|
+
```
|
14
14
|
|
15
15
|
#Pythonコード
|
16
16
|
|
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
-
```
|
33
|
+
```
|
34
34
|
|
35
35
|
#HTMLコード
|
36
36
|
|
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
<li class ="message">
|
48
48
|
|
49
|
-
|
49
|
+
<div class = "read-state -unread">
|
50
50
|
|
51
51
|
::after
|
52
52
|
|