mirror of https://github.com/istio/istio.io.git
Further improve list formatting (#340)
...so we don't get inconsistent padding when Markdown inexplicably decides to add the random paragraph element to just *one* list item
This commit is contained in:
parent
c497166236
commit
92f347c585
|
@ -31,7 +31,7 @@
|
|||
|
||||
// Paragraphs inside list items whether you want them or not (thanks, Markdown)
|
||||
li p {
|
||||
margin: 5px;
|
||||
margin: 5px 0px;
|
||||
}
|
||||
|
||||
// Lists
|
||||
|
|
Loading…
Reference in New Issue