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

Skip to content

Commit 6698175

Browse files
committed
Remove margin setting from tables
1 parent 53c62b4 commit 6698175

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
@@ -627,6 +627,9 @@ table.docutils {
627627
border: 0px;
628628
}
629629

630+
table.docutils p{
631+
margin: inherit;
632+
}
630633
dl.field-list dt.field-odd {
631634
border-width: 1px 0px;
632635
border-color: #888;

0 commit comments

Comments
 (0)
0