mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
fix quick guide style
This commit is contained in:
parent
ea6c6bc20a
commit
19c3745488
4 changed files with 8 additions and 4 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
||||||
"github.com/gogits/gogs/modules/setting"
|
"github.com/gogits/gogs/modules/setting"
|
||||||
)
|
)
|
||||||
|
|
||||||
const APP_VER = "0.6.16.1005 Beta"
|
const APP_VER = "0.6.16.1007 Beta"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||||
|
|
|
@ -2299,9 +2299,11 @@ ol.linenums {
|
||||||
.repository.quickstart .guide .clone.button:first-child {
|
.repository.quickstart .guide .clone.button:first-child {
|
||||||
border-radius: .28571429rem 0 0 .28571429rem;
|
border-radius: .28571429rem 0 0 .28571429rem;
|
||||||
}
|
}
|
||||||
|
.repository.quickstart .guide .ui.action.small.input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.repository.quickstart .guide #repo-clone-url {
|
.repository.quickstart .guide #repo-clone-url {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
width: 100%;
|
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -603,9 +603,11 @@
|
||||||
.clone.button:first-child {
|
.clone.button:first-child {
|
||||||
border-radius: .28571429rem 0 0 .28571429rem;
|
border-radius: .28571429rem 0 0 .28571429rem;
|
||||||
}
|
}
|
||||||
|
.ui.action.small.input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
#repo-clone-url {
|
#repo-clone-url {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
width: 100%;
|
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.6.16.1005 Beta
|
0.6.16.1007 Beta
|
Loading…
Reference in a new issue