diff --git a/_layouts/demo.html b/_layouts/demo.html index 8ddc294..380062e 100644 --- a/_layouts/demo.html +++ b/_layouts/demo.html @@ -11,6 +11,8 @@ +

{{ site.name }} Demo

+

{{ page.title }}

{{ content }} diff --git a/css/style.css b/css/style.css index d281c2b..5b8e34a 100644 --- a/css/style.css +++ b/css/style.css @@ -398,12 +398,22 @@ body.doc { /**** Doc page nav ****/ #docs-nav h1 { - font-size: 20px; + font-size: 19px; margin-bottom: 0.5em; } -#docs-nav h1 a { color: #4FB; } -#docs-nav h1 a:hover { color: #4BF; } +#docs-nav h1 a, +#demo-nav a { color: #4FB; } +#docs-nav h1 a:hover, +#demo-nav a:hover { color: #4BF; } + +#demo-nav { + font-size: 16px; + font-weight: bold; + padding-bottom: 0.5em; + margin-bottom: 0.5em; + border-bottom: 1px solid #333; +} #docs-nav ul { list-style: none;