This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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 styles
tags/v1.2.0-rc1
Gogs
12 years ago
parent
5fe2b2157a
commit
c593578a55
2 changed files
with
10 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
public/css/gogs.css
+1
-1
public/css/markdown.css
+ 9
- 0
public/css/gogs.css
View File
@@ -563,6 +563,15 @@ html, body {
padding: 9px 20px;
}
.info-box .info-head {
font-weight: normal;
}
.info-box .info-content a,
.info-box .info-head a {
color: #666;
}
.file-list {
background-color: #fafafa;
}
+ 1
- 1
public/css/markdown.css
View File
@@ -105,7 +105,7 @@
.markdown > pre {
line-height: 1.6;
overflow: auto;
background: #fff;
background: #f
8
f
8
f
8
;
padding: 6px 10px;
border: 1px solid #ddd;
}
Write
Preview
Loading…
Cancel
Save