css element for medium sized images in docs

This commit is contained in:
Shriram Rajagopalan 2017-04-24 22:55:01 -04:00
parent fed11ef68b
commit 4b8ae739c2
2 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,7 @@ additional control over traffic between services.
## Communication between services
<img class="col-sm-5 landing-image-small" src="./img/manager/ServiceModel_Versions.svg" alt="Istio service model - service versions." />
<img class="doc-image-medium" src="./img/manager/ServiceModel_Versions.svg" alt="Istio service model - service versions." />
As illustrated in the figure above, clients of a service have no knowledge
of different versions of the service. They can continue to access the

View File

@ -36,6 +36,10 @@
}
}
.doc-image-medium {
width: 70%;
}
.lang-card-selector {
padding: 0 0 30px;
width: 100%;