diff options
author | Unknwon <u@gogs.io> | 2015-10-07 23:11:32 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-07 23:11:32 -0400 |
commit | 19c3745488413aa2dc26d54d6781212dc23985ab (patch) | |
tree | 6eee25df4754d5884e465d5d94204073a04cb376 | |
parent | ea6c6bc20aa8d159fa74ae95860c5a1df75a7147 (diff) | |
download | gitea-19c3745488413aa2dc26d54d6781212dc23985ab.tar.gz gitea-19c3745488413aa2dc26d54d6781212dc23985ab.zip |
fix quick guide style
-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 0d1b945261..205509a269 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 d02b3af15e..7fdec66f9f 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 42cae8e82a..d9b8eb43e7 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 |