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
Making scroll always visible.
for-closed-social
Andrey Nering
8 years ago
parent
590637246b
commit
cb8134da52
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
public/css/gogs.css
+1
-0
public/less/_base.less
+ 1
- 0
public/css/gogs.css
View File
@ -718,6 +718,7 @@
body
{
font-family
:
'Helvetica Neue'
,
Arial
,
Helvetica
,
sans-serif
,
'微软雅黑'
;
background-color
:
#
FAFAFA
;
overflow-y
:
scroll
;
}
img
{
border-radius
:
3px
;
+ 1
- 0
public/less/_base.less
View File
@ -3,6 +3,7 @@
body {
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';
background-color: #FAFAFA;
overflow-y: scroll;
}
img {
border-radius: 3px;
Write
Preview
Loading…
Cancel
Save