Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 877c6e6

Browse filesBrowse files
authored
DOC Fixes style for versionadded (#19817)
1 parent 2b505bf commit 877c6e6
Copy full SHA for 877c6e6

File tree

1 file changed

+5
-1
lines changed
Filter options
  • doc/themes/scikit-learn-modern/static/css

1 file changed

+5
-1
lines changed

‎doc/themes/scikit-learn-modern/static/css/theme.css

Copy file name to clipboardExpand all lines: doc/themes/scikit-learn-modern/static/css/theme.css
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,14 +787,18 @@ div.admonition p.admonition-title + p, div.deprecated p {
787787
}
788788

789789
div.admonition, div.deprecated,
790-
div.versionchanged, div.versionadded{
790+
div.versionchanged {
791791
margin-top: 0.5rem;
792792
padding: 0.5rem;
793793
border-radius: 0.5rem;
794794
margin-bottom: 0.5rem;
795795
border: 1px solid #ddd;
796796
}
797797

798+
div.versionadded {
799+
margin: 1rem 0;
800+
}
801+
798802
div.admonition {
799803
background-color: #eee;
800804
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.