Fix a bunch of formatting on non-docs pages.

This commit is contained in:
Martin Taillefer 2017-05-09 09:58:48 -07:00
parent 3ef49a6ee0
commit 61af61b5d8
12 changed files with 20 additions and 53 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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 %}

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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;
}
}

View File

@ -3,10 +3,6 @@ sitemap_exclude: y
---
@import "common";
.faq {
h1 {
color: $mainBrandColor;
}
h4 {
font-size: 110%;
}

View File

@ -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 {
}

View File

@ -6,5 +6,7 @@ type: markdown
---
{% include home.html %}
# Troubleshooting Guide
Oh no! You have some problems? Let us help.