This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix style
tags/v1.2.0-rc1
slene
11 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