文字コード修正
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
@charset "shift_jis";
|
@charset "utf-8";
|
||||||
|
|
||||||
@import url("browser2.css");
|
@import url("browser2.css");
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@charset "shift_jis";
|
@charset "utf-8";
|
||||||
|
|
||||||
body{
|
body{
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
@@ -9,7 +9,7 @@ body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1:before{
|
h1:before{
|
||||||
content: "�� ";
|
content: "◆ ";
|
||||||
}
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
@@ -262,11 +262,11 @@ div.tagremarks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
span.toindexanchor:before {
|
span.toindexanchor:before {
|
||||||
content: "�� ";
|
content: "△ ";
|
||||||
}
|
}
|
||||||
|
|
||||||
span.toindexanchor:after {
|
span.toindexanchor:after {
|
||||||
content: " ��";
|
content: " △";
|
||||||
}
|
}
|
||||||
|
|
||||||
div.toindex{
|
div.toindex{
|
||||||
|
|||||||
Reference in New Issue
Block a user