index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
ng
/
css
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <joe2010xtmf@163.com>
2014-09-23 13:06:25 -0400
committer
Unknwon <joe2010xtmf@163.com>
2014-09-23 13:06:25 -0400
commit
ebb05475ed15fffc37145799ce7c72b65ccdbfc5
(
patch
)
tree
013ad9450ad03cb84b8f0f68d433365e57a37468
/
public/ng/css
parent
a11ed51bbbdde56967e1499325ae85d9d86712e7
(
diff
)
Fix #495 and cannot view repository by tag
Diffstat
(limited to 'public/ng/css')
-rw-r--r--
public/ng/css/ui.css
3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/ng/css/ui.css b/public/ng/css/ui.css
index f3f6eded..5dc3cc04 100644
--- a/
public/ng/css/ui.css
+++ b/
public/ng/css/ui.css
@@ -151,7 +151,8 @@ code,
kbd,
pre,
samp {
- font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
+ font-family: monospace, monospace;
+ font-size: 1em;
}
.text-left {
text-align: left;