Skip to content

Commit 2a46142

Browse files
kenjismichalsn
andcommitted
docs: add padding
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent d16255f commit 2a46142

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/_static/css/citheme.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,12 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
265265

266266
.versionadded {
267267
background: #dff0d8;
268+
padding: 0 5px;
268269
}
269270

270-
.deprecated {
271+
.deprecated:not(.versionmodified) {
271272
background: #f2dede;
273+
padding: 0 5px;
272274
}
273275

274276
/* Footer ------------------------------------------------------------------- */

0 commit comments

Comments
 (0)