Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f12feb

Browse files
committed
Reduce vertical margins in property tables
1 parent 831a13c commit 9f12feb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/_static/mpl.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,9 @@ does not float with it.
207207
visibility: hidden;
208208

209209
}
210+
211+
212+
table.property-table th,
213+
table.property-table td {
214+
padding: 4px 10px;
215+
}

0 commit comments

Comments
 (0)