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 button heights on commits page (
#3091
)
tags/v1.21.12.1
silverwind
Lunny Xiao
7 years ago
parent
e2968b4c98
commit
3b89ee5501
2 changed files
with
13 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/index.css
+12
-5
public/less/_base.less
+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File
+ 12
- 5
public/less/_base.less
View File
@@ -146,11 +146,18 @@ pre, code {
}
}
&.menu,
&.vertical.menu,
&.segment {
box-shadow: none;
}
&.menu,
&.vertical.menu,
&.segment {
box-shadow: none;
}
/* overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
.menu:not(.vertical) .item .button {
padding-bottom: .78571429em;
padding-top: .78571429em;
font-size: 1em;
}
.text {
&.red {
Write
Preview
Loading…
Cancel
Save