From 71976ad855aed0f387bb75c48ff93410b48b44d1 Mon Sep 17 00:00:00 2001 From: wangjr Date: Fri, 7 Jan 2022 16:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADx=20=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E5=B1=85=E4=B8=AD=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base/head.tmpl | 2 +- templates/base/head_fluid.tmpl | 2 +- templates/base/head_home.tmpl | 2 +- web_src/less/openi.less | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 93002b1e3..75496aed5 100755 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -206,7 +206,7 @@ var _hmt = _hmt || []; {{.notice.Title}} - {{svg "octicon-x" 16}} + {{end}} {{/* diff --git a/templates/base/head_fluid.tmpl b/templates/base/head_fluid.tmpl index c54ca0fed..5878bfb13 100644 --- a/templates/base/head_fluid.tmpl +++ b/templates/base/head_fluid.tmpl @@ -207,7 +207,7 @@ var _hmt = _hmt || []; {{.notice.Title}} - {{svg "octicon-x" 16}} + {{end}} {{/* diff --git a/templates/base/head_home.tmpl b/templates/base/head_home.tmpl index a01428d8f..fc5a94c0c 100644 --- a/templates/base/head_home.tmpl +++ b/templates/base/head_home.tmpl @@ -211,7 +211,7 @@ var _hmt = _hmt || []; {{.notice.Title}} - {{svg "octicon-x" 16}} + {{end}} {{/* diff --git a/web_src/less/openi.less b/web_src/less/openi.less index dd107e8f0..a0b533173 100644 --- a/web_src/less/openi.less +++ b/web_src/less/openi.less @@ -599,6 +599,9 @@ display: block; .x_icon{ float: right!important; margin-right: 15px !important; + color: rgb(0,0,0) !important; + font-size: 20px !important; + font-weight: bold !important; } .a_width{ width: 50% !important;