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
Changed dd CSS to have same line hight as p
tags/v0.10
Frans Bouma
10 years ago
parent
868ed6ade8
commit
c2c0e97766
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Themes/Default/Destination/css/theme.css
+ 2
- 1
Themes/Default/Destination/css/theme.css
View File
@@ -238,7 +238,8 @@ dl p, dl table, dl ul, dl ol {
}
dl dd {
margin: 0 0 12px 24px;
margin: 0 0 12px 35px;
line-height: 24px;
}
dl:not(.docutils) {
Write
Preview
Loading…
Cancel
Save