Skip to content

Commit 862e5c1

Browse files
committed
ページスタイル調整・タグ不整合修正
1 parent 4cdf9c5 commit 862e5c1

File tree

4 files changed

+23
-18
lines changed

4 files changed

+23
-18
lines changed

download.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
1919
[<a href="https://osdn.net/projects/sakura-editor/forums/34071/" target="_blank">一般フォーラム</a>]
2020
[<a href="https://osdn.net/projects/sakura-editor/forums/34093/" target="_blank">開発フォーラム</a>]
2121
</p>
22-
<h1>サクラエディタ Download</h1>
22+
<h1 class="title">サクラエディタ - ダウンロード</h1>
23+
<h2>パッケージ概要</h2>
2324
<p>
24-
<a href="#pkg">Package</a>
25-
/
26-
<a href="#ext">拡張ツール</a>
27-
/(
28-
<a href="http://sakura.qp.land.to/?History" target="_blank">履歴</a>) /
29-
<a href="http://sakura.qp.land.to/?Customize/Icons" target="_blank">アイコン</a>
25+
<ul>
26+
<li><a href="#pkg">Package</a></li>
27+
<li><a href="#ext">拡張ツール</a></li>
28+
<li><a href="http://sakura.qp.land.to/?History" target="_blank">履歴</a></li>
29+
<li><a href="http://sakura.qp.land.to/?Customize/Icons" target="_blank">アイコン</a></li>
30+
</ul>
3031
</p>
3132

3233
<p>

dsk_sakura.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ h3
5757
h4
5858
{
5959
font-size: 1em;
60-
margin-top: 1em;
60+
margin-top: 1.5em;
6161
border-style: none;
6262
}
6363

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
</p>
3838
<h1 class="title">サクラエディタ</h1>
3939

40-
<p class="sub">ここが入り口です</p>
40+
<h2>概要</h2>
4141
<p>サクラエディタはMS Windows上で動作する日本語テキストエディタです.</p>
4242
<p>Ver. 1.x.x.x(ANSI版) ではMS Windows (95)98/NT/2000/XP/Vista/7/8/10の日本語版が必要です.</p>
4343
<p>Ver. 2.x.x.x(Unicode版) ではMS Windows 2000/XP/Vista/7/8/10が必要です.</p>
4444

4545
<a href="intro.html">サクラエディタの機能紹介(スクリーンショット等)</a>
4646

47-
<h2>What's New</h3>
47+
<h2>What's New</h2>
4848
<ul>
4949
<li>2018-05-28 トップページを SourceForge から GitHub に移転しました.</li>
5050
<li>2017-05-02 Ver.2.3.2.0 (Unicode版) 単体配布版をリリースしました.</li>

intro.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@
2121
[<a href="https://osdn.net/projects/sakura-editor/forums/34071/" target="_blank">一般フォーラム</a>]
2222
[<a href="https://osdn.net/projects/sakura-editor/forums/34093/" target="_blank">開発フォーラム</a>]
2323
</p>
24-
<h1>紹介</h1>
24+
<h1 class="title">サクラエディタ - 機能紹介</h1>
2525
<p style="font-size: smaller; text-align: right;">最終更新: 2018-05-28</p>
26+
27+
<h2>画面イメージ</h2>
2628
<p>
2729
<img alt="サクラエディタのスクリーンショット" src="./sakura-editer.png">
2830
<br>
2931
<a href="#screenshot">他のスクリーンショット</a>
3032
</p>
33+
3134
<h2>特徴</h2>
3235
<dl>
3336
<dt>設定済み 15 編集モード</dt>
@@ -104,11 +107,11 @@ <h2>特徴</h2>
104107

105108
<br/>
106109
<a name="screenshot"></a>
107-
<h2>Screen Shot</h1>
110+
<h2>Screen Shot</h2>
108111
<p>サムネイル画像をクリックすると実寸画面を見ることができます。
109112
<br>画面は ver1.4.2.0 (2003-08-10) を WindowsXP で動作させたものです。</p>
110113

111-
<h3>編集画面</h2>
114+
<h3>編集画面</h3>
112115
<p>ファイルの拡張子に従って,キーワード,コメントなどを色分けして表示します。</p>
113116
<table>
114117
<tr>
@@ -148,7 +151,7 @@ <h3>編集画面</h2>
148151
</tr>
149152
</table>
150153

151-
<h3>アウトライン解析</h2>
154+
<h3>アウトライン解析</h3>
152155
<p>このエディタの目玉機能(と勝手に思っているもの)です。</p>
153156
<p>解析結果をダブルクリックすると該当箇所へジャンプします。</p>
154157
<table>
@@ -178,7 +181,7 @@ <h3>アウトライン解析</h2>
178181
</tr>
179182
</table>
180183

181-
<h3>Grep</h2>
184+
<h3>Grep</h3>
182185
<p>複数のファイルから指定した文字列を探し出すことができます。</p>
183186
<p>結果をダブルクリックすると該当ファイルが開き,該当箇所へジャンプします。</p>
184187
<table>
@@ -211,7 +214,7 @@ <h3>Grep</h2>
211214
</tr>
212215
</table>
213216

214-
<h3>設定画面</h2>
217+
<h3>設定画面</h3>
215218
<table>
216219
<tr>
217220
<td>
@@ -251,7 +254,7 @@ <h3>設定画面</h2>
251254
</tr>
252255
</table>
253256

254-
<h3>その他</h2>
257+
<h3>その他</h3>
255258
<table>
256259
<tr>
257260
<td>
@@ -273,7 +276,8 @@ <h3>その他</h2>
273276
</tr>
274277
</table>
275278

276-
<hr>
279+
<br/>
280+
<hr/>
277281
<p>
278282
<a href="#top">▲戻る</a>
279283
</p>

0 commit comments

Comments
 (0)