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
UI: Remove CSS rule making last-commit SHA bold
This removes remains from old design, that was not cleaned by previous
#2068
PR.
tags/v1.2.0-rc1
Adam Strzelecki
9 years ago
parent
9a3102965e
commit
4ec05ddd28
2 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
public/css/gogs.css
+0
-4
public/less/_repository.less
+ 0
- 3
public/css/gogs.css
View File
@@ -1863,9 +1863,6 @@ footer .container .links > *:first-child {
position: relative;
width: 325%;
}
.repository.file.list #repo-files-table thead th .ui.sha.label {
font-weight: bold;
}
.repository.file.list #repo-files-table thead .ui.avatar {
margin-bottom: 5px;
}
+ 0
- 4
public/less/_repository.less
View File
@@ -152,10 +152,6 @@
position: relative;
width: 325%;
}
.ui.sha.label {
font-weight: bold;
}
}
.ui.avatar {
margin-bottom: 5px;
Write
Preview
Loading…
Cancel
Save