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
Merge pull request
#1092
from sapk/fix-dashboard-navbar
Fix the little default in the navbar of the dashboard
tags/v1.2.0-rc1
无闻
10 years ago
parent
9ed0c5eaa1
120aafba29
commit
5d7964a87c
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
public/ng/css/gogs.css
+2
-1
public/ng/less/gogs/dashboard.less
+ 2
- 1
public/ng/css/gogs.css
View File
@@ -732,7 +732,8 @@ ol.linenums {
#dashboard-header > .menu-line > li.right > a {
font-size: 1.2em;
color: #444444;
padding: .4em .8em;
margin: -12px 0px;
padding: 22px 0.8em;
}
#dashboard-header > .menu-line > li.right > a:hover {
background-color: transparent;
+ 2
- 1
public/ng/less/gogs/dashboard.less
View File
@@ -27,7 +27,8 @@
> a {
font-size: 1.2em;
color: @dashboardHeaderLinkColor;
padding: .4em .8em;
margin: -12px 0px;
padding: 22px 0.8em;
&:hover {
background-color: transparent;
color: @dashboardHeaderLinkHoverColor;
Write
Preview
Loading…
Cancel
Save