Skip to content

Commit 7ca24a8

Browse files
chore(docs/css): add margin between ul and p elements
Bootstrap CSS was removing the margin after ul elements if they were descendents of other ul elements. But if the ul was followed by a p then this looked terrible. Related to angular#5953
1 parent 1d8e420 commit 7ca24a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/app/assets/css/docs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ code.highlighted {
211211
color:maroon;
212212
}
213213

214+
ul + p {
215+
margin-top: 10px;
216+
}
217+
214218
.docs-version-jump {
215219
min-width:100%;
216220
max-width:100%;

0 commit comments

Comments
 (0)