changed repo-clone-url behaviour for bare repo
This commit is contained in:
parent
6e341e26b3
commit
1628ef4ba5
3 changed files with 4 additions and 8 deletions
|
@ -1066,9 +1066,6 @@ The register and sign-in page style
|
|||
#repo-header-download-drop .btn > i {
|
||||
margin-right: 6px;
|
||||
}
|
||||
#repo-header-download-drop input {
|
||||
cursor: default;
|
||||
}
|
||||
#repo-header-download-drop button,
|
||||
#repo-header-download-drop input {
|
||||
font-size: 11px;
|
||||
|
@ -1089,6 +1086,7 @@ The register and sign-in page style
|
|||
border-right: none;
|
||||
width: 190px;
|
||||
border-left: none;
|
||||
cursor: default;
|
||||
}
|
||||
#repo-clone-help {
|
||||
clear: both;
|
||||
|
|
|
@ -81,9 +81,6 @@
|
|||
.btn>i {
|
||||
margin-right: 6px;
|
||||
}
|
||||
input {
|
||||
cursor: default;
|
||||
}
|
||||
button, input {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
@ -104,6 +101,7 @@
|
|||
border-right: none;
|
||||
width: 190px;
|
||||
border-left: none;
|
||||
cursor: default;
|
||||
}
|
||||
#repo-clone-help {
|
||||
clear: both;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue