Skip to content

Commit 1d0a8bd

Browse files
authored
Merge pull request #2979 from RaRe-Technologies/phrases_common_words
[MRG] Skip common English words in phrases
2 parents 0596dbd + d6fc1b1 commit 1d0a8bd

File tree

6 files changed

+179
-193
lines changed

6 files changed

+179
-193
lines changed

docs/src/_static/css/docs.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3527,4 +3527,8 @@ a, a:visited, a:focus {
35273527
#Top_bar a.responsive-menu-toggle {
35283528
top: 38px;
35293529
}
3530-
}
3530+
}
3531+
3532+
.rst-content .section ol li>p:not(:first-child) ~ p, .rst-content .section ul li>p:not(:first-child) ~ p {
3533+
margin-top: 12px !important;
3534+
}

0 commit comments

Comments
 (0)