]> source.dussan.org Git - gitea.git/commitdiff
Fix #457 and fix #557
authorUnknwon <joe2010xtmf@163.com>
Mon, 13 Oct 2014 07:07:47 +0000 (03:07 -0400)
committerUnknwon <joe2010xtmf@163.com>
Mon, 13 Oct 2014 07:07:47 +0000 (03:07 -0400)
gogs.go
public/ng/css/gogs.css
public/ng/less/gogs/repository.less
templates/.VERSION

diff --git a/gogs.go b/gogs.go
index 85a5626cf98ca5747b8fc7ef57bd581ab7d46ec5..e0ecec251a1a19ca1b42002c901779ef97e1baad 100644 (file)
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
        "github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.5.5.1011 Beta"
+const APP_VER = "0.5.5.1013 Beta"
 
 func init() {
        runtime.GOMAXPROCS(runtime.NumCPU())
index 6c8211c70cd8f000712d491a4442d98da51614b5..52a503cc4d696eb3fec4d7ce52a5e38e8246223a 100644 (file)
@@ -1402,12 +1402,10 @@ The register and sign-in page style
 }
 .code-view .lines-num span {
   font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
-  line-height: 18px;
-  padding: 0 8px 0 10px;
+  line-height: 1.6;
+  padding: 0 10px;
   cursor: pointer;
   display: block;
-  margin-top: 2px;
-  font-size: 12px;
 }
 .code-view .lines-code > pre {
   border: none;
index 717c0d0e8e907977d8cced740a0fe3ef8d5b1ee9..423aeeb65d06f9bdeef84f7c7925b100a6281beb 100644 (file)
     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 {
index 3f42d63cf32c2535b0cbf1f3a0e6b736e43f37b3..6955a8711811083f8f39919c7ab080f09764b4df 100644 (file)
@@ -1 +1 @@
-0.5.5.1011 Beta
\ No newline at end of file
+0.5.5.1013 Beta
\ No newline at end of file