From 0d162642a4b0d272642f40a072a329aa0c64e3c2 Mon Sep 17 00:00:00 2001 From: jin1016 Date: Sun, 24 Dec 2017 23:53:56 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E3=82=B3=E3=83=BC=E3=83=89?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/browser.css | 3 ++- docs/browser2.css | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/browser.css b/docs/browser.css index e31c12e..392082f 100644 --- a/docs/browser.css +++ b/docs/browser.css @@ -1,2 +1,3 @@ -@charset "shift_jis"; +@charset "utf-8"; + @import url("browser2.css"); diff --git a/docs/browser2.css b/docs/browser2.css index b24b709..e61ba2a 100644 --- a/docs/browser2.css +++ b/docs/browser2.css @@ -1,4 +1,4 @@ -@charset "shift_jis"; +@charset "utf-8"; body{ padding: 0px; @@ -9,7 +9,7 @@ body{ } h1:before{ - content: " "; + content: "◆ "; } h1{ @@ -262,11 +262,11 @@ div.tagremarks { } span.toindexanchor:before { - content: " "; + content: "△ "; } span.toindexanchor:after { - content: " "; + content: " △"; } div.toindex{