mirror of https://github.com/istio/istio.io.git
Fix block quotes to work properly.
This commit is contained in:
parent
bf8d0d1480
commit
8b8e6bb8d8
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue