Browse Source

Merge branch 'master' into gh-pages

v1
David DeSandro 14 years ago
parent
commit
07fbbd8734
  1. 4
      _layouts/doc.html
  2. 2
      css/style.css

4
_layouts/doc.html

@ -14,7 +14,9 @@
</ul> </ul>
</li> </li>
{% else %} {% else %}
<li><a href="..{{ doc.url }}">{{ doc.title }}</a> {% if doc.layout != 'index-page' %}
<li><a href="..{{ doc.url }}">{{ doc.title }}</a>
{% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</ul> </ul>

2
css/style.css

@ -88,7 +88,7 @@ h1, h2, h3, p, ul, ol, pre, dl {
margin-bottom: 1.0em; margin-bottom: 1.0em;
} }
h1, h2, #super-list, .element, .tagline { h1, h2, #super-list, .element, .tagline, #index-list {
font-family: 'Helvetica Neue', Arial, sans-serif; font-family: 'Helvetica Neue', Arial, sans-serif;
} }

Loading…
Cancel
Save