diff options
-rw-r--r-- | gogs.go | 2 | ||||
-rwxr-xr-x | public/css/gogs.css | 4 | ||||
-rw-r--r-- | public/less/_repository.less | 4 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
4 files changed, 8 insertions, 4 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.16.1005 Beta" +const APP_VER = "0.6.16.1007 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/public/css/gogs.css b/public/css/gogs.css index 0d1b9452..205509a2 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2299,9 +2299,11 @@ ol.linenums { .repository.quickstart .guide .clone.button:first-child { border-radius: .28571429rem 0 0 .28571429rem; } +.repository.quickstart .guide .ui.action.small.input { + width: 100%; +} .repository.quickstart .guide #repo-clone-url { border-radius: 0; - width: 100%; padding: 5px 10px; font-size: 1.2em; } diff --git a/public/less/_repository.less b/public/less/_repository.less index d02b3af1..7fdec66f 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -603,9 +603,11 @@ .clone.button:first-child { border-radius: .28571429rem 0 0 .28571429rem; } + .ui.action.small.input { + width: 100%; + } #repo-clone-url { border-radius: 0; - width: 100%; padding: 5px 10px; font-size: 1.2em; } diff --git a/templates/.VERSION b/templates/.VERSION index 42cae8e8..d9b8eb43 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.6.16.1005 Beta
\ No newline at end of file +0.6.16.1007 Beta
\ No newline at end of file |