diff options
author | Florian Hülsmann <fh@cbix.de> | 2014-12-02 11:31:57 +0100 |
---|---|---|
committer | Florian Hülsmann <fh@cbix.de> | 2014-12-02 11:31:57 +0100 |
commit | d06d58e461946a101aeb1649312577393c2eaa08 (patch) | |
tree | d3df274917bb7dc57c845523beb88eb235be09b2 /public/ng | |
parent | cd627ba16e25b9844e82f3ea5f2a310834a9022a (diff) | |
download | gitea-d06d58e461946a101aeb1649312577393c2eaa08.tar.gz gitea-d06d58e461946a101aeb1649312577393c2eaa08.zip |
fixed code view line height for firefox
Diffstat (limited to 'public/ng')
-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 6fbc218aae..53ce72602b 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 45387fecd1..4eef314b50 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; |