Skip to content

Commit 1fcbb69

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 ae0de07 commit 1fcbb69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy