mirror of https://github.com/istio/istio.io.git
Fix a bunch of formatting on non-docs pages.
This commit is contained in:
parent
3ef49a6ee0
commit
61af61b5d8
|
@ -52,8 +52,6 @@ RDS Route Discovery Service -- See https://lyft.github.io/envoy/docs/configurati
|
|||
|
||||
-->
|
||||
|
||||
# Glossary
|
||||
|
||||
- **Destination**.
|
||||
The remote upstream service to which the proxy/sidecar is
|
||||
talking to, on behalf of the source service. There can be one or more
|
||||
|
|
|
@ -5,10 +5,8 @@ layout: default
|
|||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-11 nofloat center-block ">
|
||||
<div class="col-sm-7 {{page.type }}">
|
||||
{{ content }}
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-10 col-lg-7 nofloat center-block {{page.type}}">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -5,10 +5,8 @@ layout: default
|
|||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-11 nofloat center-block ">
|
||||
<div class="col-sm-7 {{page.type }}">
|
||||
{{ content }}
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-10 col-lg-7 nofloat center-block {{page.type}}">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -5,10 +5,8 @@ layout: default
|
|||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-11 nofloat center-block ">
|
||||
<div class="col-sm-7 {{page.type }}">
|
||||
{{ content }}
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-10 col-lg-7 nofloat center-block {{page.type}}">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
layout: default
|
||||
---
|
||||
{% include home.html %}
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-11 nofloat center-block ">
|
||||
<div class="col-md-11 nofloat center-block">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
{% include doc-side-nav.html %}
|
||||
|
|
|
@ -3,10 +3,8 @@ layout: default
|
|||
---
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-11 nofloat center-block ">
|
||||
<div class="col-sm-7 {{page.type }}">
|
||||
{{ content }}
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-10 col-lg-7 nofloat center-block {{page.type}}">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,11 @@ layout: default
|
|||
</style>
|
||||
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-10 col-lg-7 nofloat center-block {{page.type}}">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -5,10 +5,8 @@ layout: default
|
|||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-11 nofloat center-block">
|
||||
<div class="troubleshooting col-lg-9 col-md-10 col-sm-12">
|
||||
{{ content }}
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-10 col-lg-7 nofloat center-block {{page.type}}">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,19 +3,4 @@ sitemap_exclude: y
|
|||
---
|
||||
@import "common";
|
||||
.bugs {
|
||||
h1 {
|
||||
color: $mainBrandColor;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
ul p {
|
||||
padding-left: 0px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,10 +3,6 @@ sitemap_exclude: y
|
|||
---
|
||||
@import "common";
|
||||
.faq {
|
||||
h1 {
|
||||
color: $mainBrandColor;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
|
|
@ -2,14 +2,5 @@
|
|||
sitemap_exclude: y
|
||||
---
|
||||
@import "common";
|
||||
.bugs {
|
||||
margin: 0;
|
||||
|
||||
@media (max-width: $tablet) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.lead {
|
||||
margin: 50px 0 40px 0;
|
||||
}
|
||||
.troubleshooting {
|
||||
}
|
||||
|
|
|
@ -6,5 +6,7 @@ type: markdown
|
|||
---
|
||||
{% include home.html %}
|
||||
|
||||
# Troubleshooting Guide
|
||||
|
||||
Oh no! You have some problems? Let us help.
|
||||
|
||||
|
|
Loading…
Reference in New Issue