Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG] Skip common English words in phrases #2979

Merged
merged 12 commits into from
Oct 14, 2020
6 changes: 5 additions & 1 deletion docs/src/_static/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -3527,4 +3527,8 @@ a, a:visited, a:focus {
#Top_bar a.responsive-menu-toggle {
top: 38px;
}
}
}

.rst-content .section ol li>p:not(:first-child) ~ p, .rst-content .section ul li>p:not(:first-child) ~ p {
margin-top: 12px !important;
}
Loading