From 924d8e3cb67d0b35cad3b9b35f3373db2e8feeb7 Mon Sep 17 00:00:00 2001 From: SilverFox <yyjdelete@126.com> Date: Fri, 08 Apr 2016 01:18:59 -0400 Subject: [PATCH] Specify encoding of javadoc to "utf-8" --- src/main/resources/bootstrap/css/iconic.css | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/bootstrap/css/iconic.css b/src/main/resources/bootstrap/css/iconic.css index 137606c..66b9fe2 100644 --- a/src/main/resources/bootstrap/css/iconic.css +++ b/src/main/resources/bootstrap/css/iconic.css @@ -104,17 +104,17 @@ content: '\270e'; } .iconic-x:before { - content: '\2717'; - } - .iconic-o-x:before { - content: '\2718'; - } - .iconic-check:before { content: '\2713'; } - .iconic-o-check:before { + .iconic-o-x:before { content: '\2714'; } + .iconic-check:before { + content: '\2717'; + } + .iconic-o-check:before { + content: '\2718'; + } .iconic-left-quote:before { content: '\275d'; } -- Gitblit v1.9.1