This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
add missing style
tags/v1.2.0-rc1
Unknwon
11 years ago
parent
f1304bde34
commit
a5926f2689
2 changed files
with
18 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-5
public/ng/css/gogs.css
+9
-5
public/ng/less/gogs/markdown.less
+ 9
- 5
public/ng/css/gogs.css
View File
@@ -308,6 +308,15 @@ img.avatar-100 {
padding: 10px 0;
max-width: 100%;
}
.markdown blockquote {
border-left: 4px solid #ddd;
margin-bottom: 16px;
}
.markdown blockquote p {
font-size: 14px;
padding: 5px 15px;
color: #777;
}
.markdown a {
color: #428BCA;
}
@@ -375,11 +384,6 @@ img.avatar-100 {
margin: 0 0 9px;
padding: 0 9px;
}
.markdown blockquote,
.markdown blockquote p {
font-size: 14px;
background-color: #f5f5f5;
}
.markdown > pre.linenums {
padding: 0;
}
+ 9
- 5
public/ng/less/gogs/markdown.less
View File
@@ -40,6 +40,15 @@
padding: 10px 0;
max-width: 100%;
}
blockquote {
border-left: 4px solid #ddd;
margin-bottom: 16px;
p {
font-size: 14px;
padding: 5px 15px;
color: #777;
}
}
}
.markdown a {
color: #428BCA;
@@ -108,11 +117,6 @@
margin: 0 0 9px;
padding: 0 9px;
}
.markdown blockquote,
.markdown blockquote p {
font-size: 14px;
background-color: #f5f5f5;
}
.markdown > pre.linenums {
padding: 0;
}
Write
Preview
Loading…
Cancel
Save