Skip to content

Commit 1ce6dec

Browse files
petebacondarwinCameron Knight
authored and
Cameron Knight
committed
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 9aec0fa commit 1ce6dec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/app/assets/css/docs.css

+4
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)