From d06d58e461946a101aeb1649312577393c2eaa08 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20H=C3=BClsmann?= <fh@cbix.de>
Date: Tue, 2 Dec 2014 11:31:57 +0100
Subject: [PATCH] fixed code view line height for firefox

---
 public/ng/css/gogs.css              | 2 +-
 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;