文字コード修正

This commit is contained in:
jin1016
2017-12-24 23:53:56 +09:00
parent 0a28eda86b
commit 0d162642a4
2 changed files with 6 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
@charset "shift_jis"; @charset "utf-8";
@import url("browser2.css"); @import url("browser2.css");

View File

@@ -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{