]> source.dussan.org Git - gitea.git/commitdiff
fixed code view line height for firefox
authorFlorian Hülsmann <fh@cbix.de>
Tue, 2 Dec 2014 10:31:57 +0000 (11:31 +0100)
committerFlorian Hülsmann <fh@cbix.de>
Tue, 2 Dec 2014 10:31:57 +0000 (11:31 +0100)
public/ng/css/gogs.css
public/ng/less/gogs/repository.less

index 6fbc218aae58bd000d7ce58ef816b2cb9f666f49..53ce72602b71f8c74af9ce5937c7bd06ca62be78 100644 (file)
@@ -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;
index 45387fecd1fe1b5587c473b4e2f27e0d1505d86c..4eef314b509d88770f96b606b72af84a812c0ac5 100644 (file)
         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;