This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
work on
#616
for-closed-social
Unknwon
10 years ago
parent
e0de6cb5ad
commit
dfa4b38081
2 changed files
with
7 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
public/ng/css/gogs.css
+4
-3
public/ng/less/gogs/repository.less
+ 3
- 2
public/ng/css/gogs.css
View File
@ -1066,8 +1066,9 @@ The register and sign-in page style
#
repo-header-download-drop
input
{
font-size
:
11px
;
}
#
repo-clone
{
width
:
inherit
;
#
repo-header-download-drop
#
repo-clone-copy
{
width
:
85px
;
text-overflow
:
clip
;
}
#
repo-content
{
padding
:
18px
0
;
+ 4
- 3
public/ng/less/gogs/repository.less
View File
@ -84,9 +84,10 @@
button, input {
font-size: 11px;
}
}
#repo-clone {
width: inherit;
#repo-clone-copy {
width: 85px;
text-overflow: clip;
}
}
#repo-content {
padding: 18px 0;
Write
Preview
Loading…
Cancel
Save