File tree 3 files changed +18
-6
lines changed
3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 24
24
.external : after {
25
25
content : url ('link-icon_external.gif' );
26
26
}
27
+ .code {
28
+ padding-left : 1em ;
29
+ padding-right : 1em ;
30
+ border-style : dashed;
31
+ border-color : silver;
32
+ border-width : 1px ;
33
+ }
Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ <h2>Policies</h2>
25
25
</ ul >
26
26
27
27
< h2 > Branch naming rules</ h2 >
28
- < p > We name new branches with these rules, "<plugin file name without
29
- ext>/<branch purpose ( hyphenated )>". ex: </ p >
30
- < pre > < code >
28
+ < p > We name new branches with these rules, "<plugin file name without ext>/<branch purpose ( hyphenated )>". ex: </ p >
29
+ < blockquote class =" code " >
30
+ < pre > < code >
31
31
stella/support-html5
32
32
feedSomeKeys_3/add-special-option
33
- </ code > </ pre >
33
+ </ code > </ pre >
34
+ </ blockquote >
35
+ < a href ="index.html "> to Top Page</ a >
34
36
</ div >
35
37
</ body >
36
38
</ html >
Original file line number Diff line number Diff line change @@ -26,10 +26,13 @@ <h2>基本的方針</h2>
26
26
27
27
< h2 > ブランチ名のフォーマット</ h2 >
28
28
< p > ブランチ名は以下のように命名するものとします。"<拡張子抜きプラグインファイル名>/<内容を表す名前(ハイフン区切り)>"例えば</ p >
29
- < pre > < code >
29
+ < blockquote class ="code ">
30
+ < pre > < code >
30
31
stella/support-html5
31
32
feedSomeKeys_3/add-special-option
32
- </ code > </ pre >
33
+ </ code > </ pre >
34
+ </ blockquote >
35
+ < a href ="index.html "> to Top Page</ a >
33
36
</ div >
34
37
</ body >
35
38
</ html >
You can’t perform that action at this time.
0 commit comments