Fix formatting of auto-generated index pages.

This commit is contained in:
Martin Taillefer 2017-05-10 06:53:43 -07:00
parent 8912e072fc
commit 0612ea417d
4 changed files with 5 additions and 11 deletions

View File

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

View File

@ -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%);

View File

@ -49,6 +49,8 @@ footer {
.description {
padding-top: 40px;
color: $light-gray;
line-height: 1.6em;
font-size: 0.7em;
}
p.header {

View File

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