fix quick guide style

release/v0.9
Unknwon 9 years ago
parent ea6c6bc20a
commit 19c3745488

@ -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())

@ -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;
}

@ -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;
}

@ -1 +1 @@
0.6.16.1005 Beta
0.6.16.1007 Beta
Loading…
Cancel
Save