Skip to content

Commit f1b8a18

Browse files
committed
add blockquote element and link of top page.
1 parent d37bd1a commit f1b8a18

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

index.css

+7
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ h2 {
2424
.external:after {
2525
content:url('link-icon_external.gif');
2626
}
27+
.code {
28+
padding-left:1em;
29+
padding-right:1em;
30+
border-style:dashed;
31+
border-color:silver;
32+
border-width:1px;
33+
}

rules-en.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ <h2>Policies</h2>
2525
</ul>
2626

2727
<h2>Branch naming rules</h2>
28-
<p>We name new branches with these rules, "&lt;plugin file name without
29-
ext&gt;/&lt;branch purpose ( hyphenated )&gt;". ex:</p>
30-
<pre><code>
28+
<p>We name new branches with these rules, "&lt;plugin file name without ext&gt;/&lt;branch purpose ( hyphenated )&gt;". ex:</p>
29+
<blockquote class="code">
30+
<pre><code>
3131
stella/support-html5
3232
feedSomeKeys_3/add-special-option
33-
</code></pre>
33+
</code></pre>
34+
</blockquote>
35+
<a href="index.html">to Top Page</a>
3436
</div>
3537
</body>
3638
</html>

rules-ja.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ <h2>基本的方針</h2>
2626

2727
<h2>ブランチ名のフォーマット</h2>
2828
<p>ブランチ名は以下のように命名するものとします。"&lt;拡張子抜きプラグインファイル名&gt;/&lt;内容を表す名前(ハイフン区切り)&gt;"例えば</p>
29-
<pre><code>
29+
<blockquote class="code">
30+
<pre><code>
3031
stella/support-html5
3132
feedSomeKeys_3/add-special-option
32-
</code></pre>
33+
</code></pre>
34+
</blockquote>
35+
<a href="index.html">to Top Page</a>
3336
</div>
3437
</body>
3538
</html>

0 commit comments

Comments
 (0)