From 638a8511fa059844eb4a430ef38c9713799b7585 Mon Sep 17 00:00:00 2001 From: Denny Date: Thu, 13 Sep 2012 09:56:27 -0700 Subject: [PATCH] Fixed navbar style problem --- docs/_layouts/global.html | 2 +- docs/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html index 8bfd0e7284..5861257e61 100755 --- a/docs/_layouts/global.html +++ b/docs/_layouts/global.html @@ -63,7 +63,7 @@ -
+

{{ page.title }}

{{ content }} diff --git a/docs/css/main.css b/docs/css/main.css index cf56399376..fdc0872279 100755 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -11,7 +11,7 @@ } */ -body { +body #content { line-height: 1.6; /* Inspired by Github's wiki style */ }