This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
youys
/
DocNet
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
14
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fixed CSS issue
#47
tags/v0.15
Frans Bouma
8 years ago
parent
2d4b96fdce
commit
8359ccc5ec
3 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Themes/Default/Destination/css/theme.css
+4
-0
Themes/LLBLGenPro/Destination/css/theme.css
+4
-0
Themes/Light/Destination/css/theme.css
+ 4
- 0
Themes/Default/Destination/css/theme.css
View File
@@ -229,6 +229,10 @@ code.code-large {
font-size: 90%;
}
div.alert > pre > code {
line-height: initial;
}
dfn {
font-style: italic;
}
+ 4
- 0
Themes/LLBLGenPro/Destination/css/theme.css
View File
@@ -229,6 +229,10 @@ code.code-large {
font-size: 90%;
}
div.alert > pre > code {
line-height: initial;
}
dfn {
font-style: italic;
}
+ 4
- 0
Themes/Light/Destination/css/theme.css
View File
@@ -229,6 +229,10 @@ code.code-large {
font-size: 90%;
}
div.alert > pre > code {
line-height: initial;
}
dfn {
font-style: italic;
}
Write
Preview
Loading…
Cancel
Save