Skip to content

Commit aa67a6b

Browse files
author
Sam Kleinman
committed
theme: minor css tweaks for footnote rendering
1 parent b115e34 commit aa67a6b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

themes/mongodb/static/mongodb-docs.css_t

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,14 @@ div.viewcode-block:target {
294294
border-bottom: 1px solid #ac9;
295295
}
296296

297-
p.first {
298-
margin-bottom: 0px !important;
299-
margin-top: 10px !important;
297+
p.first, p.last {
298+
margin-bottom: 0 !important;
300299
}
301300

301+
302302
div.sphinxsidebar ul.current a.current {
303303
font-weight: bold;
304304
}
305+
table.docutils td {
306+
padding: 1px 8px 1em 5px;
307+
}

0 commit comments

Comments
 (0)