diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-12-02 07:47:13 -0500 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-12-02 07:47:13 -0500 |
commit | ddeb0768905ecebe36bc26b7fb9fe40b885f4b26 (patch) | |
tree | d3df274917bb7dc57c845523beb88eb235be09b2 | |
parent | cd627ba16e25b9844e82f3ea5f2a310834a9022a (diff) | |
parent | d06d58e461946a101aeb1649312577393c2eaa08 (diff) |
Merge pull request #695 from CBiX/dev
fixed code view line height for firefox
-rw-r--r-- | public/ng/css/gogs.css | 2 | ||||
-rw-r--r-- | public/ng/less/gogs/repository.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 6fbc218a..53ce7260 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1416,7 +1416,7 @@ The register and sign-in page style } .code-view .lines-num span { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; - line-height: 1.6; + line-height: 20px; padding: 0 10px; cursor: pointer; display: block; diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index 45387fec..4eef314b 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -447,7 +447,7 @@ width: 1%; span { font-family: Monaco,Menlo,Consolas,"Courier New",monospace; - line-height: 1.6; + line-height: 20px; padding: 0 10px; cursor: pointer; display: block; |