]> source.dussan.org Git - gitea.git/commitdiff
fix CSS
authorUnknwon <u@gogs.io>
Tue, 17 Nov 2015 04:30:05 +0000 (23:30 -0500)
committerUnknwon <u@gogs.io>
Tue, 17 Nov 2015 04:30:05 +0000 (23:30 -0500)
README.md
gogs.go
public/css/gogs.css
public/less/_repository.less
templates/.VERSION

index c649a382aca9203e33c1d1c00884f5be3b9db7c8..83ab51951cfa121be3075fbfed6c3915217e520a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 ![](public/img/gogs-large-resize.png)
 
-##### Current version: 0.7.14 Beta
+##### Current version: 0.7.15 Beta
 
 <table>
     <tr>
diff --git a/gogs.go b/gogs.go
index 80f780e85157c10c144aadc95743f738301f7145..4a8efe8001ec0ac6fa68d587825bce97765a0e0d 100644 (file)
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
        "github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.7.14.1116 Beta"
+const APP_VER = "0.7.15.1116 Beta"
 
 func init() {
        runtime.GOMAXPROCS(runtime.NumCPU())
index fb0b77157306df750d73fe299eb8d4bb42d19866..55445a634359a31cffe1c17540803230f36d579c 100755 (executable)
@@ -2475,7 +2475,7 @@ footer .container .links > *:first-child {
 }
 .repository.watchers .list .item {
   list-style: none;
-  width: 25%;
+  width: 33%;
   margin: 10px 10px 10px 0;
   padding-bottom: 14px;
   float: left;
index 2ff7d053c005fdc717a0697c249ef388a52998dd..961e068cd8783db1d119bc3ddb6fb909085f3f2c 100644 (file)
 
                        .item {
                                list-style: none;
-                               width: 25%;
+                               width: 33%;
                                margin: 10px 10px 10px 0;
                    padding-bottom: 14px;
                    float: left;
index b0072b13945d8394921cea251795a83f3b2b6f02..482a1f393e90653e2ea9eb9ffb5c11a18303e86f 100644 (file)
@@ -1 +1 @@
-0.7.14.1116 Beta
\ No newline at end of file
+0.7.15.1116 Beta
\ No newline at end of file