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: '/' %} {% assign components = page.path | downcase | split: '/' %}
<div class="container">
<div class="row">
<div class="col-sm-7">
<p>{{page.overview}}</p> <p>{{page.overview}}</p>
<script type="text/javascript"> <script type="text/javascript">
@ -44,7 +40,3 @@
genSectionNavTree(docs) genSectionNavTree(docs)
</script> </script>
</div>
</div>
</div>

View File

@ -16,7 +16,7 @@ $light-gray: lighten($gray, 52%);
$dark-gray: darken($gray, 20%); $dark-gray: darken($gray, 20%);
$linkColor: $mainBrandColor; $linkColor: $mainBrandColor;
$linkHoverColor: darken($linkColor, 10%); $linkHoverColor: lighten($linkColor, 20%);
$linkColorSecondary: $white; $linkColorSecondary: $white;
$linkColorTertiary: $gray; $linkColorTertiary: $gray;
$codeColor: darken($linkColor, 20%); $codeColor: darken($linkColor, 20%);

View File

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

View File

@ -5,7 +5,7 @@
padding: 0px; padding: 0px;
margin-top: 15px; margin-top: 15px;
margin-left: 0px; margin-left: 0px;
font-size: 15px; font-size: 1.20rem;
} }
li.file { li.file {
@ -13,7 +13,7 @@
padding: 0px; padding: 0px;
margin-top: 10px; margin-top: 10px;
list-style: none; list-style: none;
font-size: 14px; font-size: 1.10rem;
} }
a { a {