mirror of https://github.com/istio/istio.io.git
Fix formatting of auto-generated index pages.
This commit is contained in:
parent
8912e072fc
commit
0612ea417d
|
|
@ -1,9 +1,5 @@
|
|||
{% assign components = page.path | downcase | split: '/' %}
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-7">
|
||||
|
||||
<p>{{page.overview}}</p>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
@ -44,7 +40,3 @@
|
|||
|
||||
genSectionNavTree(docs)
|
||||
</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ $light-gray: lighten($gray, 52%);
|
|||
$dark-gray: darken($gray, 20%);
|
||||
|
||||
$linkColor: $mainBrandColor;
|
||||
$linkHoverColor: darken($linkColor, 10%);
|
||||
$linkHoverColor: lighten($linkColor, 20%);
|
||||
$linkColorSecondary: $white;
|
||||
$linkColorTertiary: $gray;
|
||||
$codeColor: darken($linkColor, 20%);
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ footer {
|
|||
.description {
|
||||
padding-top: 40px;
|
||||
color: $light-gray;
|
||||
line-height: 1.6em;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
p.header {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
padding: 0px;
|
||||
margin-top: 15px;
|
||||
margin-left: 0px;
|
||||
font-size: 15px;
|
||||
font-size: 1.20rem;
|
||||
}
|
||||
|
||||
li.file {
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
padding: 0px;
|
||||
margin-top: 10px;
|
||||
list-style: none;
|
||||
font-size: 14px;
|
||||
font-size: 1.10rem;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
|||
Loading…
Reference in New Issue