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
fix style
for-closed-social
slene
10 years ago
parent
88eaa68763
commit
c44aa757d0
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/gogs.css
+5
-0
public/css/markdown.css
+ 1
- 1
public/css/gogs.css
View File
@ -683,7 +683,7 @@ html, body {
padding
:
0
8px
0
10px
;
cursor
:
pointer
;
display
:
block
;
margin-top
:
6
px
;
margin-top
:
2
px
;
font-size
:
90
%
;
}
+ 5
- 0
public/css/markdown.css
View File
@ -123,6 +123,10 @@
padding
:
0
;
}
.
markdown
>
pre
>
ol
.
linenums
>
li
{
margin-top
:
2px
;
}
.
markdown
>
pre
.
linenums-style
>
ol
.
linenums
{
list-style-type
:
decimal
;
padding
:
0
0
0
40px
;
@ -246,6 +250,7 @@
/* a comment */
.
com
{
color
:
#
999988
;
font-style
:
italic
;
}
/* a type name */
Write
Preview
Loading…
Cancel
Save