Skip to content

Commit 5d5b375

Browse files
committed
Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
1 parent 1e32011 commit 5d5b375

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Doc/tools/sphinxext/static/basic.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,11 @@ dl.glossary dt {
337337
.deprecated, .deprecated-removed {
338338
background-color: #ffe4e4;
339339
border: 1px solid #f66;
340-
padding: 7px
340+
padding: 7px;
341+
}
342+
343+
div.deprecated p {
344+
margin-bottom: 0;
341345
}
342346

343347
.system-message {

0 commit comments

Comments
 (0)