From c6fc8987d91f832163c5624cadf75aab2a1fdb44 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 11 Nov 2014 16:37:26 -0800 Subject: [PATCH] site: bold logo text --- doc/site/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/site/css/style.css b/doc/site/css/style.css index 55d1ca75b..715fe3e92 100644 --- a/doc/site/css/style.css +++ b/doc/site/css/style.css @@ -1,3 +1,4 @@ +.navbar-brand {font-weight:bold;} /* from https://github.com/blaenk/blaenk.github.io/blob/source/provider/scss/_article.scss */ #toc { max-width:40%;