Fix block quotes to work properly.

This commit is contained in:
Martin Taillefer 2017-04-26 12:27:37 -07:00
parent bf8d0d1480
commit 8b8e6bb8d8
2 changed files with 11 additions and 0 deletions

View File

@ -70,6 +70,8 @@ on service identity rather than network controls. Future releases of Istio will
and monitor who accesses your service, API, or resource, using a variety of access control mechanisms, including attribute and
role-based access control as well as authorization hooks.
> PLEASE NOTE: THIS IS IMPORTANT!
## What's next
* Read Istio's [overview](./overview.html).

View File

@ -90,6 +90,15 @@
}
}
blockquote {
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;
background-color: $light-gray;
}
// Lead Text Block
.lead {
margin: 0 0 30px;