diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-13 03:07:47 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-13 03:07:47 -0400 |
commit | 451f328a4cd651259bf173f99a37cd0feb866e32 (patch) | |
tree | 2395eb71eadf36df1c82428962866cddeeb7230c /public/ng/less | |
parent | b93ae452fee5308e2cc052a0940b36cb550ad958 (diff) | |
download | gitea-451f328a4cd651259bf173f99a37cd0feb866e32.tar.gz gitea-451f328a4cd651259bf173f99a37cd0feb866e32.zip |
Fix #457 and fix #557
Diffstat (limited to 'public/ng/less')
-rw-r--r-- | public/ng/less/gogs/repository.less | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index 717c0d0e8e..423aeeb65d 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -444,13 +444,11 @@ background: #f5f5f5; width: 1%; span { - font-family: Monaco, Menlo, Consolas, "Courier New", monospace; - line-height: 18px; - padding: 0 8px 0 10px; - cursor: pointer; - display: block; - margin-top: 2px; - font-size: 12px; + font-family: Monaco,Menlo,Consolas,"Courier New",monospace; + line-height: 1.6; + padding: 0 10px; + cursor: pointer; + display: block; } } .lines-code > pre { |