8000 Remove margin setting from tables · matplotlib/matplotlib@5579e23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5579e23

Browse files
committed
Remove margin setting from tables
1 parent 2d173cc commit 5579e23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/_static/mpl.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,9 @@ table.docutils {
632632
border: 0px;
633633
}
634634

635+
table.docutils p{
636+
margin: inherit;
637+
}
635638
dl.field-list dt.field-odd {
636639
border-width: 1px 0px;
637640
border-color: #888;

0 commit comments

Comments
 (0)
0