質問編集履歴
2
HTMLの記載を追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,7 +52,97 @@
|
|
52
52
|
|
53
53
|
```
|
54
54
|
|
55
|
-
|
55
|
+
```HTML
|
56
|
+
|
57
|
+
<div id="content" class="hfeed"
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
>
|
62
|
+
|
63
|
+
<div id="content-inner">
|
64
|
+
|
65
|
+
<div id="wrapper">
|
66
|
+
|
67
|
+
<div id="main">
|
68
|
+
|
69
|
+
<div id="main-inner">
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
<!-- google_ad_section_start -->
|
74
|
+
|
75
|
+
<!-- rakuten_ad_target_begin -->
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
<article class="entry hentry js-entry-article date-first autopagerize_page_element chars-200 words-100 mode-hatena entry-odd" id="entry-10257846132696381166" data-keyword-campaign="" data-uuid="10257846132696381166" data-publication-type="entry">
|
80
|
+
|
81
|
+
<div class="entry-inner">
|
82
|
+
|
83
|
+
<header class="entry-header">
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
<div class="date entry-date first">
|
88
|
+
|
89
|
+
<a href="URL" rel="nofollow">
|
90
|
+
|
91
|
+
<time pubdate datetime="2019-01-03T14:53:47Z" title="2019-01-03T14:53:47Z">
|
92
|
+
|
93
|
+
<span class="date-year">2019</span><span class="hyphen">-</span><span class="date-month">01</span><span class="hyphen">-</span><span class="date-day">03</span>
|
94
|
+
|
95
|
+
</time>
|
96
|
+
|
97
|
+
</a>
|
98
|
+
|
99
|
+
</div>
|
100
|
+
|
101
|
+
<h1 class="entry-title">
|
102
|
+
|
103
|
+
<a href="URL" class="entry-title-link bookmark">【テスト】</a>
|
104
|
+
|
105
|
+
</h1>
|
106
|
+
|
107
|
+
<div class="entry-categories categories">
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
<a href="URL" class="entry-category-link category-雑記">雑記</a>
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
</div>
|
116
|
+
|
117
|
+
</header>
|
118
|
+
|
119
|
+
<div class="entry-content">
|
120
|
+
|
121
|
+
<p>テストテストテストテストテストテスト<br />
|
122
|
+
|
123
|
+
テストtest3<a href="URL">テスト</a>テスト<br />
|
124
|
+
|
125
|
+
テストテストテストテストテストテスト</p>
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
</div>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
<footer class="entry-footer">
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
<p class="entry-footer-section">
|
138
|
+
|
139
|
+
<span class="author vcard"><span class="fn" data-load-nickname="1" data-user-name="aso">aso</span></span>
|
140
|
+
|
141
|
+
<span class="entry-footer-time"><a href="URL"><time data-relative datetime="2019-01-03T14:53:47Z" title="2019-01-03T14:53:47Z" pubdate class="updated">2019-01-03 23:53</time></a></span>
|
142
|
+
|
143
|
+
</p>
|
144
|
+
|
145
|
+
```
|
56
146
|
|
57
147
|
### 試したこと
|
58
148
|
|
1
文中の「#wrapper」の「#」のせいで文章が見出し扱いになってしまったので「#」を消しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -108,7 +108,7 @@
|
|
108
108
|
|
109
109
|
CSSファイルの上のほうで全体に関わる指定をしてるところを確認してみて、
|
110
110
|
|
111
|
-
|
111
|
+
wrapperとかかな?と思いつつ、それらしき要因を見つけられず。。
|
112
112
|
|
113
113
|

|
114
114
|
|