From ab39f73c479f0190419b62bba3c4eab179226b61 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Tue, 3 May 2011 13:33:45 -0400 Subject: [PATCH] docs : CSS and nav fixes for index pages --- _layouts/doc.html | 4 +++- css/style.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_layouts/doc.html b/_layouts/doc.html index d87a0ec..e8afc11 100644 --- a/_layouts/doc.html +++ b/_layouts/doc.html @@ -14,7 +14,9 @@ {% else %} -
  • {{ doc.title }} + {% if doc.layout != 'index-page' %} +
  • {{ doc.title }} + {% endif %} {% endif %} {% endfor %} diff --git a/css/style.css b/css/style.css index 5160c93..34e09c6 100644 --- a/css/style.css +++ b/css/style.css @@ -88,7 +88,7 @@ h1, h2, h3, p, ul, ol, pre, dl { 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; }