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
Fix in theme.css: pre inside li now has normal line height instead of the higher line height of li
tags/0.13
Frans Bouma
10 years ago
parent
d69c9f87e9
commit
4144aa1bd4
1 changed files
with
4 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/Default/Destination/css/theme.css
View File
@@ -381,6 +381,10 @@ li {
line-height: 24px;
}
li pre {
line-height: normal;
}
mark {
font-style: italic;
font-weight: bold;
Write
Preview
Loading…
Cancel
Save