diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-27 11:18:00 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-27 11:18:00 -0400 |
commit | c7f56d7483f403f66a3bf849f6dbe5e460719248 (patch) | |
tree | 1bfef5361b161038a45137cc69886f0b83362d85 /public/ng | |
parent | 83283bca4cb4e0f4ec48a28af680f0d88db3d2c8 (diff) | |
download | gitea-c7f56d7483f403f66a3bf849f6dbe5e460719248.tar.gz gitea-c7f56d7483f403f66a3bf849f6dbe5e460719248.zip |
Fix #584
Diffstat (limited to 'public/ng')
-rw-r--r-- | public/ng/css/ui.css | 6 | ||||
-rw-r--r-- | public/ng/less/ui/reset.less | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/public/ng/css/ui.css b/public/ng/css/ui.css index e659180d65..a6c218ad89 100644 --- a/public/ng/css/ui.css +++ b/public/ng/css/ui.css @@ -4,7 +4,7 @@ } html { font-size: 13px; - font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace; + font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 24px; @@ -16,7 +16,7 @@ textarea, select, option, button { - font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace; + font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif; } article, aside, @@ -151,7 +151,7 @@ code, kbd, pre, samp { - font-family: monospace, monospace; + font-family: monospace; font-size: 1em; } .text-left { diff --git a/public/ng/less/ui/reset.less b/public/ng/less/ui/reset.less index 0e7a50e408..d6abb0e536 100644 --- a/public/ng/less/ui/reset.less +++ b/public/ng/less/ui/reset.less @@ -7,7 +7,7 @@ html { font-size: @baseFontSize+1; - font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace; + font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif; // make sure min font size -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; @@ -23,7 +23,7 @@ textarea, select, option, button { - font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace; + font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif; } // html5 block elements @@ -193,7 +193,7 @@ code, kbd, pre, samp { - font-family: monospace, monospace; + font-family: monospace; font-size: 1em; } |