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
fix markdown table header CSS
tags/v1.2.0-rc1
Unknwon
9 years ago
parent
4b1f1ee19c
commit
37bdb5bf8e
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/gogs.css
+2
-2
public/less/_markdown.less
+ 1
- 1
public/css/gogs.css
View File
@@ -1303,7 +1303,7 @@ footer .container .links > *:first-child {
.markdown table th,
.markdown table td {
padding: 6px 13px !important;
border: 1px solid #ddd;
border: 1px solid #ddd
!important
;
}
.markdown table tr {
background-color: #fff;
+ 2
- 2
public/less/_markdown.less
View File
@@ -249,8 +249,8 @@
table th,
table td {
padding:6px 13px !important;
border:1px solid #ddd;
padding:
6px 13px !important;
border:
1px solid #ddd
!important
;
}
table tr {
Write
Preview
Loading…
Cancel
Save